I am having an issue updating a collection using the custom action. I noticed that when I run the update test it updates the collection with no issues. But when I trigger the action no update is happening.
I should also say that I’m running this from a custom component so I know I am returning the correct ID for the collection item. I have checked to make sure that ID and date formats are correct.
I know the date format is working when I create a new record. It seems to me that Adalo is not picking up the correct ID to properly update the record.
API request setup
Custom Component API setup
Console Output showing ID and dates passed to the API request