Hi team, am facing some issue with interface tools. Scenario i need to input a file from user using file browse if there is an update else need to run workflow with default input provided. I made two radio button for this like update and no update but how can we configure this to file browse.
Solved! Go to Solution.
It is not clear to me what you want.
The user selects a file.
But if he selects the file already and not to update?
I didn't have the purpose of the file browse because if you are already selecting the file, it is to be updated. Could you explain better what you need?
sorry if am not clear. i would like to give two option for user via radio button update run and Just run. if user select update run radio button user needs get file browse option. if just run radio button selected then run the default file already there in the input file and just show the results.
Here's a workflow app to give you an idea.
I configured it to read only excel files.
Through this first idea, I believe you can assemble a logic to meet your needs
my VERSION IS 2022.1 if your version is lower you have to edit the macro directly and save
follow a new flow
@geraldo Awesome. Thank you for the help. Exactly what am looking for