@Jennings_Michael welcome to the forum!
i dont need to use invoke code anymore
Now theres a “file attachments” property in http request activity
this property requires a List(ILocalResource) variable
what you do is
a. use path exist activity, pass in your filepath , then it will output a “iLocalResource” variable
b. declare a List(ILocalResource) variable, and use append item to list activity to add the variable from (a) to this list
c. finally you can pass this list to HTTP request activity note that body format should be application/x-www-form-urlencoded


