Single Save Button for all the flow run parts
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.