@timl
Thanks for the reply.
If you will permit let me pick your brain then as my own is picked clean
To give you some info on the problem faced
I have three screens currently in my APP
1] Welcome screen
A] Button for submission - If(!IsBlank( Search_me.Text ), Navigate( 'User search_1', ScreenTransition.Fade ) ) - This works fine
B] Search_Me - Text input - This collects a employee number from the user for refrance against a DB - This Works fine
2] User search_1
A] Gallery 5 - Search('[public].[employee_data]',Search_me.Text,"wg_number") - This uses the number inputed by the user and pulls there info onto screen - This works fine
B] There are three Labes that display the user data. WG_number, Email_Line,Username & Surename - This displays but it might be the source of my problem. The DATA is set to "ThisItem.user_name_surename" and show correclty.
Now I want to pass WG_number, Email_Line and Username to the next screen ( User_View). This is just to make sure they are making a submission on there own names so purely decorative.
Under User _View
I have the above info as lables but I cant get the data to pull though consistantly. Meaning, it will work once, then If i restart the app with diffrent numbers ( that live in my DB) the info does not pull though. Any ideas ?
Thanks for the help on this.