I have 2 tables in airtable 1 is an Item and the other one is the invoice.
This is my item linked field in airtable in the invoice table
I want to add the item to my invoice. but when I click on create it won’t send it via the API… However, I can send it to my table by using a text field in airtable. Anyone had the same issue?
I’m having the same issue trying to send a Linked Record to Airtable via API. I think it might have something to do with the JSON formatting, but not sure how to modify that in Adalo. I know Airtable requires Linked Records to be formatted as [“rec1234567890”] when sending via API. I tried that formatting in Adalo, but it didn’t work.
Relationship fields are not really supported by Adalo… I know that we can only pull the first item from the array, but are there any workarounds to add one item to an array @Ben?
How can we “add the first item to the array” ? In my case, I have a linked field in Airtable, and this field will always contains one and only one record, so I’m very interested in the response
I try adding the id of the record I want to link, and also some strings such as “[ ]”, but nothing worked…
Hi @ChristopheHK do you happen to have an example of the json you’re using to get this to work? Have you been able to send date/time data successfully?
To link to new records in tags_uuid, add new linked record IDs to the existing array. Be sure to include all existing linked record IDs that you wish to retain. To unlink records, include the existing array of record IDs, excluding any that you wish to unlink.
i could’t find in Adalo any options to get Array or ValueList of related ids to create a valid json for custom action ( also in AirTable no formula like ArrayToJson, FilterValues or some CustomFunctions, but you can try this way:
Add value
in AirTable you can make formula field A to collect related ids and make valid json, like this