I have three galleries on a screen that are linked to related SharePoint Lists.
- The user selects a row in Gallery1 and Gallery2 is filtered based on that result.
- Once a row is selected in Gallery2, Gallery3 is filtered on that result to display related items.
There is a button that takes the user to a newform to add a record to the Sharepoint List related to Gallery3. The selections made in Galleries 1 and 2 on the previous screen are saved to variables and used to prepopulate the newform.
My question is once the new record is submitted and I am returned to the main screen, my galleries are reset. Is there a way to keep the items selected in the galleries visible after the creation of the new record?
Thankyou.