I have a workflow where I have to list the files in a folder for the user to download based on the input from user. It could be one file, or multiple excel files. So, I have to create multiple “Download File” links for the user to download the files. When I run it through the loop, I always get the last file. However, I realized that it is showing so because of the variable name is same. Now, I am concatenating the row ID to the variable, so the variable is unique. The problems I am facing are:
- How can I change the File Path Variable dynamically?
- All this should come in a tabular format so I can provide the link to the user.
Thank you for your support.