Save Data On Individual Form Tabs

Save Data On Individual Form Tabs

Comments

  • I am trying to build a form with a tab container. On each tab I want to have its own Save button to save the correlating fields on the form. What is the best way to approach this?

  • [font=Roboto, sans-serif]I would recommend using an event button that triggers a data flow to save the data. [/font]
    [font=Roboto, sans-serif]Based on the use case you described I dont think you would want to have to reload the form each time someone saves like you would have to do with a separate outcome.I would also advise that you should not create a new flow structure for mapping data in and out of the tabs. I dont think you will gain any benefit from this and it will just create additional types you need to manage. If you want to use a complex type here, use the folder extension entity you already have created. That would be the best approach.[/font]
    [font=Roboto, sans-serif]
    [/font]
    [font=Roboto, sans-serif]Here is some documentation: [/font][url=https://documentation.decisions.com/docs/using-flow-data-form]https://documentation.decisions.com/docs/using-flow-data-form[/url]

Sign In or Register to comment.