Hi All
I need to create different reports in PDF from the app so i have created a Flow that takes the input from the app (some html that is created in a app), makes a PDF file and save in into Onedrive.
It works fine, but now I need to be able to create different files depending on the information sent from the app - I have 20 different offices and need to create a different pdf for each office. So I need to send at least 2 variables (office name and html) to the Flow so it can create corresponding file.
But FlowName.Run(Variable) only takes one parameter.
So any ideas how I can do this?
Thanks