Hello!
I have contributed to a workflow that is set up to go on the Alteryx Server to be used in a self-serve way by the wider team. This all works fine and I am able to enter input and output directory locations on the server. The workflow will then go to that directory and be performed on all the files in there, before outputting to a defined location.
In order to make it more user friendly, I want the user to just enter a country code to define the folder. For example, the folder location would be similar to:
.../ReportInput/UK/ or .../ReportInput/DE/
I would like it so the .../ReportInput/ part of the folder location is behind the scenes, as this will not change. So by the user typing in the box 'UK', it will direct them to the .../ReportInput/UK folder.
I am currently using the text input along with the directory tool (as seen in the image).
Thank you for your help!
