Working with attachments through API I found a workaround for previews disappearing:1) when image is attached - it shows the thumbnail2) when field content re-inserted through API as array of attachment object ids thumbnails disappear. [
{id: '...
1) https://api.airtable.com/v0/<myApiKey>/Table 1does not work for me too, what is working:a) requesthttps://api.airtable.com/v0/meta/bases/INSERT_BASE_ID_HERE/tablesb) in returned JSON find a table by name in tables array.More: https://airtable.com/...
if linked record does not allow to link multiply values search by formula is possible like that:
ARRAYJOIN({columnName}) = “requiredValue”
If multiply values are possible, I did not tried that but surch by substring wit a help of MID, LEFT, SEARCH ma...