I wonder if anyone can help a newbie here. I have an app, the first page is log in which takes you to a second page which presents a list of addresses assigned to that log on. I have created 2 labels inside the list item which are called address_text and address_id. when you click the list item it takes you to the 3rd page which should present the address that you have clicked on, you can then either travel to, arrive at, or complete that particular address by clicking the appropriate button. My problem is I can not work out how to carry forward the address on page 2 to page 3. I know I need a service to do this but can not workout the service or the links the service needs to make. Can anyone help? I have tried to use the example of the clickable list but have got completely stuck, I can give access to the app if anyone would like to look to see if they can help.