I want to carry data from a list over to another page but i cant get it to work, heres what ive done… Ive tried setting the variables on page 1 and page 2 (but cant get the row id box on page 2)
Item is clicked in a data list (from internal db) on page one, this should then open page 2, where i select the following
where ive highlighted (2.) i had tried to create the variables on page 1 and then use like this on page 2, didnt work, where i highlighted (1.) i tried to create a variable of the rowID that was clicked on, but again doesn’t work
This should work. I have no concerns about variables but if you wanted to double-check, you could display the value of the green ‘row id’ in a label before navigating to the other screen and then once on the other screen, display it in another label. But I suspect you’d see the same row ID for both.