I have a text lable with code below.
lbtDesk
Text: Concat(selectedDesks, Title, ", ")
How can set when click Back button to previous screen, keep selection and reset text value?
I have a text lable with code below.
lbtDesk
Text: Concat(selectedDesks, Title, ", ")
How can set when click Back button to previous screen, keep selection and reset text value?
Where you able to figure this out? I have the same issue which is causing double booking.
Thanks!
No. I don't set up anything for defaults property
@kinghnvn The items selected in the dropdown list and ticketed checkbox (previous screen) shouldn't change unless you are manipulating it through the defaults property.
I want to keep selected in the dropdown list and ticketed checkbox (previous screen)
and clear text in lbtDesk (Desk 4, Desk 5 at confirm screen)
@kinghnvn Could you explain a bit more? Which selection do you want to keep and which text value do you want to reset?