Is there a way that a flow can pause for user input to set a variable?
eg clicking on a folder to get the pa
Solved! Go to Solution.
You can use the Display input dialog action which will prompt the user to enter the folder path.
Even better, you can use the Display select Folder dialog which will ask the user to select the folder path.
*path
You can use the Display input dialog action which will prompt the user to enter the folder path.
Even better, you can use the Display select Folder dialog which will ask the user to select the folder path.
thanks