I’m trying to set up a logic flow to update my CMS collection with new items as I add them in Google Sheets. Even though the flow seems to work, and new items are being added, I also get an error for each item that is added. I can’t seem to find what is causing the error. If I’m adding several items at once, the flow automatically turns off due to these errors.
On the google sheet side, I have added a script that sends the first cell of each new row as JSON to the webflow webhook.
I too have this issue where Logic Flow Run History reports a run has failed yet the Create CMS Item action fired successful. This flow handles two use cases, one creates an item when roster-name is empty, the other updates an existing item when roster-name is not empty. The previous ‘Successful’ run is from this second use-case. Both use-cases are working but one reports a failure.