Hello
I have built a workflow which inputs data in the browser and then downloads a csv file in the downloads folder. This is done multiple times, thus resulting in multiple separate files. I use a for each activity and have managed to download them and move them as a bulk in to the end folder. However, this is not exactly what I’d like to happen.
I need to rename each file after the download and then move them to the end folder. Basically the new name would need to be like this:
new_name = old_name + item from an array + “text” + “item from an array”
What is the most suitable way to do this?