I’m trying to use forms to collect data when a user accomplishes a task or mission. I have a list of missions created that are displayed on a tab and when they are clicked it pulls up a form. However I need each form to be unique for each mission. Right now any edits I make on one form are made on all of them because the action to show form is created on the tab level. Is there a workaround?
1 Like
Probably you can create different inline lists with the right filter to point to the right rows, then set the action Show form and build different forms for each inline list.
1 Like