‎2024 Dec 17 12:41 PM
New interface vs old interface
I'm trying to set up a Universal REST API integration with my database. I'm facing issues with the new layout when trying to create a record (POST) using Test API. With the old layout I could Test with formulas or static texts. In the new layout it seems only to accept static values.
Additionally when I Test the API with the same schema in both layouts, I get no errors with the old layout, however I'm getting invalid payload errors with the new layout
What's changed and how can I get the option to test API payloads with formulas?
‎2024 Dec 24 6:23 PM
Solved after tinkering about with the new UI. Request body mapper had to be set to query.record so that the API recognizes the body request.