Hi community, I want to send a POST request using the Call API function. However, I am only allowed to add the “key-value” pairs one by one. In order to perform my function, the “value” is a Dict by itself containing key-value pairs.
The background to this is that I am trying to add a record to a different database in Airtable. Currently, it seems that Softr does not allow the “action” to connect to a different Airtable database.
I would like to ask if anyone has faced this problem before, and if anyone managed to find solutions for either:
YES the softr api call action is designed in a way that it does not allow to make post request to airtable. Not sure why but there must be an important reason.