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.