I am trying to create a Multipart/form-data request in which I need to add files as parts of the request. But when I add PartAdd Server Action in the flow it asks for Parts input parameter. My question is how to refer to that in a loop since I can't add manual PartAdd Server Actions for each file.
Hi,
I have success with this :
So this will need :
Then you can do assign in loop like screenshot below
Thanks