Hi Community,
Considering the CSV file “2-sample.csv” containing the columns:
FileName,ProcessID
“file 1.pdf”,164
“file 2.pdf”,165
“file 3.pdf”,166
I need to run an automation following the actions below:
1- Run multiple posts https://example.com/danalysis/{{ProcessID}}/attachment/
2- Each post must uploads related {{FileName}} stored in a MacOS folder path /Users/atom/Documents/All_files/PDF
Can anyone pls assist?
Thanks!!