
Announcements
I want to pass Variable from Main screen to Navigation screen, any changes done to the Variable value in the Navigation screen should reflect in the main screen.
Variable can be any collection with multiple columns.
Hi @Majid ,
Can you explain more about what you are trying to achieve? Like what is formula that you use to create this variable? How would you like to update the variable? For example, if it's a collection, then you could add a Gallery control and set its Items property to the collection name. Then whenever you change the collection, it will reflect the modified result in this gallery control.
Regards,
Mona