Hi Appgyver Community,
I have setup a custom schema under “CREATE RECORD (POST)” which has a property (called “CategoryType”) with “list of texts” as value type. When I input the test value copied from GET response i.e. [“recoQtkNdeIusnOEp”], it returns a 422 with following error message:
{“type”: “INVALID_RECORD_ID”, “message”: “Value “[“recoQtkNdeIusnOEp”]” is not a valid record ID.”}
I have tested on POSTMAN with the same schema and test values and it created the record on Airtable perfectly but could not get it to work on Appgyver.
Appreciate any help or advice.
Thanks