Forum Discussion
MHsquared
1 year agoNew Member
Copy Activity
I'm trying to perform the copy activity from a site that appears to be running DNN. The file link appears to be a __doPostBack. (Post activity). Deeper investigation seems that there's a __RequestVer...
Anonymous
1 year agoNot applicable
Hi MHsquared ,
You can create a web activity and fill in the __doPostBack and __RequestVerification Token parameters in the Body.
If the response is a file download link, you can use the Copy Data activity to download the file. If the response is in JSON or another data format, you can use a Set Variable activity or a ForEach activity to further process it.
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.