Hi folks! 😄
I am updating a list in SharePoint through Flow using the Sharepoint REST API. I'm following this tutorial here that I found in the Sharepoint documentation:
My request to update item looks like this:
And when I test my flow, they are successful, however, where it should update the line, it actually disappears with the line!
Example: he should update line A, he finds it, executes the flow successfully, even when exiting the request he shows all the data that should be updated correctly, but in the list he just disappears with the line that would be updated.
Has anyone seen something like that?