Hi @hoosier_nocode,
It’s difficult to debug such things remotely.
What I could suggest:
- Try to remove “Entry” field in the Update Record part. I see it is an array, and Adalo API as I remember can’t accept arrays
- Try to perform request manually in Postman with the same data and see what happens
As a general approach: you could try to remove everything from Update Record module, leave just one parameter (say, company name). Run the scenario and see what happens. If you still get 500 error - there is some fundamental problem with update, try to do it manually via CURL or Postman. If it works - try adding values one by one and see when it breaks.
Best,
Victor