Greetings!
My situation is below which I have simplified because I have been able to design a flow that accomplishes most of what I want. I'm trying to simplify it.
I have 7 pre-built Excel workbooks stored in the same folder. Every month on the same day, I do the same exact five steps (see below) on all 7 workbooks.
The process would look like this:
Step 1) Open folder
Step 2) Open Excel workbook #1
Step 3) Refresh entire Excel workbook #1
Step 4) Print to PDF tabs 1 to 10, and tab 15 and 20.
Step 5) Close Excel workbook #1
Repeat Steps 1 to 5 (exactly as above) for Excel workbook #2, Excel workbook #3, Excel workbook #4, Excel workbook #5, Excel workbook #6 Excel workbook #7.
I have been able to build my flow so that it opens to any workbook I want and execute steps 1 through 5 above. My flow is very messy though because it consists of several subflows. Each sublfow uses the same "If then" and "Else if then" conditions to execute the same five steps.
I started with building 7 separate flows for each workbook and then I combined them all into one flow via the "If then" and "Else if then" conditions.
My question:
Since I have combined all 7 flows into 1, is there a way to tell my flow once from the beginning "Hey execute steps 1 through 5 for me regardless of if I open workbook #2 or workbook #6"?
Put another way: "If I chose workbook #1 OR workbook #3 OR workbook #5 perfom steps 1 to 5".
My goal is to simply the subflows so that it doesnt have the same "If then" and "Else if then" conditions on every subflow. I want the flow to excute steps 1 through 5.