Hello EasyMorph Team,
Following a recent upgrade, both the Append SharePoint list and Delete all list items actions have stopped working. When the actions run, they execute immediately and return a green checkmark (success) with zero errors. However, checking SharePoint reveals that no data is actually inserted or deleted.
The Issue & Proof:
-
I have a Power Automate flow attached to this list that triggers on item creation. Even though EasyMorph marks the insertion as "Successful," the flow has not triggered at all in days. This proves the data is never actually landing in the SharePoint list, despite EasyMorph reporting a success.
-
I am testing this on a very small list (exactly 1 row and 8 columns) to completely rule out the 5,000 List View Threshold or API batch limits.
-
Prior to the upgrade, these exact actions and list worked perfectly.
Troubleshooting Steps Already Completed:
-
Actions Rebuilt: I completely deleted and rebuilt the actions from scratch to rule out legacy XML desync from the older EasyMorph version.
-
Connector Re-authorized: I deleted and recreated the SharePoint connector to force a fresh OAuth token.
-
App Permissions Verified: I confirmed with our Global Admin that the EasyMorph Azure App Registration has all necessary Delegated Graph API permissions (including
Sites.ReadWrite.All) and that Admin Consent was granted. -
User Permissions Verified: The user account authenticating the connector has Full Control over the target SharePoint list.
Because EasyMorph reports a success but nothing happens in the database, it appears the upgraded connector is receiving a false HTTP 200/202 from Microsoft but is failing to trap the underlying batch failure or payload drop.
Is this a known bug in how the current release parses SharePoint/Graph API responses? Are there any workarounds to force the connector to expose the true error?
Thank you!