Dear Experts, I have a question about Airtable and Adalo integration.
I am currently working on an app that uses custom actions to interact with data in Airtable.
All data creation, update, deletion, etc. are done with custom actions, because the default actions in Adalo cause problems.
The problem is that if I exchange data right after creating an account, the record id is not found and will not be updated.
However, if I run a batch process to delete the data, etc., the above update works fine.
Is it because of the session? Please let me know the cause and how to fix it.
By the way, there is no error in the console during the operation.
There is no problem with custom actions.