
Announcements
Hi guys,
In my app, i have two screens- one is the gallery form displaying all the records and the second is the form where all the responses are gathered from the user. This is all done in the app, users do not have access to the Sharepoint list.
In the OnSelect property of my the next icon the code as follows:-
Set(varSelected,ThisItem.Collection);
In the Items property of my form, I added Gallery1.Selected , however only the dropdowns that are suppose to be populated w the selected values are not shown. I'm not sure why.