I have previously been using a deprecated version of the SharePoint tool that allowed me to successfully update records on a SharePoint list.
I am now transitioning my workflows to the new SharePoint Output tool (2.7.2). I am able to append items to my list. However, when I try to update a record I run into the following error:
Error: SharePoint Output (358): API response: {'lang': 'en-US', 'value': 'Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).'}
I have checked the Guid in the XML view and it is formatted correctly and matches my list.
Additionally, my team members have successfully updated records using the same tool, just smaller and different SharePoint lists. The list I am writing to contains over 20k records.
Hi @vicakram,
Thanks for reaching out to us. Have you tried testing with a smaller subset of data? It will allow you to determine if the issue is with data volume or specific records.
We have a SharePoint guide available now. Please check it out to see if it helps you - SharePoint Guide
If you are still facing this issue, please log in to your MyAlteryx (my.alteryx.com) account and switch to the Case Management tab to submit a new case to our tech support team.
Take care.
Hello @Dean4U ,
Thank you for sharing the SharePoint guide. We have submitted a case to the tech support team.
Is there any update on this bug?