I am trying to build a workflow that outputs to a Sharepoint List. I can read the Sharepoint List into input without any issues.
There are no error codes on the output.
I have tried:
- Checking all of the data types for a match
- Including an ID field, and then excluding an ID field, ensuring that my new ID field starts numbering out of range of the previous so +1000
- Trying all of the different Output Options on the Sharepoint Tool
- Creating a New Sharepoint List from Excel output in Alteryx first so that the formats will match
- Outputting only 2 columns, 1 text and 1 numeric for ease of testing
- Outputting the text column as “Title” and then also trying with renaming “Title” as the Text column actual name that was renamed in Sharepoint and outputting that
- Checking permissions on the site
I have read all of the posts on the community that I can find, but nothing seems relevant. Any ideas?