Help

Re: Integromat - breaking change - v3 modules are returning arrays as string [value]

464 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Dariusz_Bacins1
4 - Data Explorer
4 - Data Explorer

I am using Integromat to connect with AIrtable.

In Airtable I have got Lookup column that is fetching data from the other table.

Zrzut ekranu z 2021-04-24 22-20-39

Zrzut ekranu z 2021-04-24 22-37-11

In v2 of Airtable Moules such column was returned as Integromat array so I could easilly pick any element out of it.

Zrzut ekranu z 2021-04-24 22-23-11

In v3 lookup column is returned as string [value1,value2] which is useless.
Zrzut ekranu z 2021-04-24 22-11-17

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.

2 Replies 2

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.

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.