I made a screen with an edit button on it.
I want to be able to store the issue number I get when I click the edit icon in a text label below the icon, but I can't seem to make that happen.
Edit screen
Display screen
I am attempting to read the issue no. displayed on the screen into the issue no (text label)
So, I really don't know what you use for your display screen like gallery or form but here I assume you use the gallery so what I did I used one gallery for my display screen
Display screen:
What I did was use the "onselect" property of the edit icon. I used this code.
"Set(var,ThisItem.issuenumber);Navigate(Screen3,ScreenTransition.Fade)"
Screen3 is my edit screen
Edit screen:
and on that screen i used two text label one for label and one for value and on that text property of value Textlabel i write this code,"Var"