Hello community,
I am currently working on a workflow that would take an XML and generate a CSV file. After generating that file, I would like to upload it to a column/field called "Attachment" in Sharepoint list.
Sharepoint List
| ID | Name | Attachment |
| 123 | ABC | ABC123.csv |
| 456 | DEF | 456DEF.csv |
Can you please let me know if this is possible using the Sharepoint tools in Alteryx or if there is any other way of achieving this.
Thank you