Please check this screenshot. So what I would like to do is I am running a flow I need to run twice - and the only difference between these two runs are two variables
Company ID in accounting program (GET)
And subfolder I upload invoices to (POST)
Basically I get invoices from company A
And I post the invoices in a Company A folder
And I rerun the same just with company B
I realize I can duplicate my entire flow and just change those two variables. However that's quite inefficient and it's not very practical for easy maintenance.
So I wonder can I in the beginning of my flow define those two variables and then have an iterator that first runs the entire flow using the first set of variables and then afterwards reruns the same flow using the different set of variables.
Company ID in accounting program (GET)
And subfolder I upload invoices to (POST)
Basically I get invoices from company A
And I post the invoices in a Company A folder
And I rerun the same just with company B
I realize I can duplicate my entire flow and just change those two variables. However that's quite inefficient and it's not very practical for easy maintenance.
So I wonder can I in the beginning of my flow define those two variables and then have an iterator that first runs the entire flow using the first set of variables and then afterwards reruns the same flow using the different set of variables.