Hi all,
i want to create a flow which converts word doc to pdf and store it in a library. It will be triggered in sharepoint.
On start the user has to choose where the file should be saved. Therefor i search for some sort of table inside the flow where i can definde the location of the file. For example;
The user choose option"A" on starting the flow, the file should be saved in https://url.sharepoint.com/first/folder
When he choose "B" the file should be stored in https://url.sharepoint.com/second/folder, when he choose "C" it should be https://url.sharepoint.com/third/folder an so on.
A :https://url.sharepoint.com/first/folder
B:https://url.sharepoint.com/second/folder
C:https://url.sharepoint.com/third/folder
How can i handle this in a flow?
Regards Lars