Confirmation Dialogue (bootbox) for multiple forms on page, Page Flow?

I have multiple forms on the one page. I use Modals to display them.
Followed the Tutorial for confirmation dialogue. The tutorial uses inline flow. However I have several forms on the one page, I want to be able to just reuse the flow.

I created a ‘Page Flow’ under the App Structure
Followed the tutorial and created the steps required, however I am stuck - in the ‘Run’ step it asks for a specific form to connect to. So it means I have to create a ‘Page flow’ for each form I have on the page?
Then its the same a inline flow?

I just wondering if it is possible to create the Confirmation/Page Flow once and then reuse it.

Any assistance would be appreciated.
@bpj (I know you mentioned you have a lot of forms)
?anyone any thoughts/guidance?

If your flow has just the confirmation, then submitting a form, I would just stick with the inline flow.

But if your flow is going to be more complicated, you could have the inline flows for the confirmation and form submit, but have those inline flows run a single page flow with the common actions.

Another option that might help you, is that in a flow you can pass it a parameter, so you could use conditions that evaluate the input param to decide which form to submit.

thanks @mebeingken. I’ll take the advice of sticking with inline flow. It’s just for confirmation.