I am using forms to gather information to be linked to DocsAutomator. Essentially, the process will gather information from the user profile and various other information and store all of this in the profile. For one type of record, the user may have multiple records so on the create page, I have the save button to be able to send them back to the page again to create another record if need be. Is there a way to add a second button to the create page so that they can conditionally move on instead of being in the loop of record creation?
Good question @sheffier - this isn’t something we support right now
Instead, you could add the ‘+ New’ button to the profile page, and you could let your form bring them back there every time, and then they would just need to click to go back to the form, or stay on their profile page?
Slightly different, and yes there’s one more click each time, but it also gives them the assurance the record was saved.