Apr 24, 2021 01:17 PM
I am using Integromat to connect with AIrtable.
In Airtable I have got Lookup column that is fetching data from the other table.
In v2 of Airtable Moules such column was returned as Integromat array so I could easilly pick any element out of it.
In v3 lookup column is returned as string [value1,value2] which is useless.
It is a breaking change that is making most of my scenarios not upgradable to v3.
Is there a chance to fix that to be like in a previous version? Or at least if there is only one value to return value
string instead of [value]
In Integromat there is no easy way to convert [value]
string back to an array.
Now when creating a new scenario I can’t pick v2 of airtable modules to work around this problem and I am stuck.
Apr 24, 2021 03:21 PM
Looks like this is a brand new bug in Integromat — I would contact them through their support form here, and let them know about this bug:
https://www.integromat.com/en/ticket
They have great support, so hopefully they will be able to fix this soon.
Apr 24, 2021 03:33 PM
I found a workaround for this bug… you can use Integromat’s “Make an API Call” module for Airtable, and handcraft your own API call to Airtable using the REST API.
If you do it that way, lookup and rollup fields are returned properly as arrays.