Uploading all files from a folder to the server using Http request actvity

Hello Community!!
I want to upload all the files from a folder to the server using http request activity, am able to upload one file but i want to do it for all files in a folder.
For one file I did as follows


it actually asks us for the file path.
and i thought to upload all files from a folder by creating an item variable to traverse through all the files in the folder and than passing this item variable as an argument to http request activity.
image

But the issue is http request activity doesn’t accept variables in here


so could any one help me with this? Please…

Hi @mehtah,

You can pass variables in activity properties as below