Single Save Button for all the flow run parts

I have Page created and it has multiple flow run part action running in that page, But i have data in each flow run part to be saved into Database. Is it possible to use a Single Save button for the entire page to save all the flow part data into database ?

Comments

  • Hi,

    Each FlowRunPart is an individual flow and the execution of each flow is independent from the other. We cannot have a single button to capture data from all the FlowRunPart and save them in DB. You'll need to either have save buttons on each FlowRunPart or based on your setup, squeeze all FlowRunParts into one and use a single button to save the items. 

Sign In or Register to comment.