Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Testing API Binding: Help with new layout

Tinashe_Mukombe
Participant
0 Likes
611

New interface vs old interfaceNew 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? 

1 REPLY 1
Read only

Tinashe_Mukombe
Participant
0 Likes
550

Screenshot 2024-12-24 at 7.19.48 PM.png

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.