# Are you an Airtable/Integromat Pro? I need your help!

**URL:** https://community.glideapps.com/t/are-you-an-airtable-integromat-pro-i-need-your-help/23354
**Category:** Ask for Help
**Created:** [February 24, 2021, 1:18pm UTC](https://community.glideapps.com/t/are-you-an-airtable-integromat-pro-i-need-your-help/23354 "2021-02-24T13:18:48Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [February 24, 2021, 1:18pm UTC](https://community.glideapps.com/t/are-you-an-airtable-integromat-pro-i-need-your-help/23354/1 "2021-02-24T13:18:48Z")

</div>

In Airtable, I can paste a comma separated string of `record ids` into a linked column and have that link column recognize those three values.

However, when I try to update the cell via an Integromat scenario, I get an error that the string I’m passing is an invalid `record id`:

What am I doing wrong?

---

<div class="post-metadata">

### Author: ![yinon\_raviv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yinon_raviv/32/1627_2.png) [@yinon\_raviv](https://community.glideapps.com/u/yinon_raviv)
#### Post date: [February 24, 2021, 4:56pm UTC](https://community.glideapps.com/t/are-you-an-airtable-integromat-pro-i-need-your-help/23354/2 "2021-02-24T16:56:17Z")

</div>

How is data going out from glide? Is it separated or already a comma separated string?  
If separated, where do you create the string? In integromat?

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [February 24, 2021, 6:04pm UTC](https://community.glideapps.com/t/are-you-an-airtable-integromat-pro-i-need-your-help/23354/3 "2021-02-24T18:04:08Z")

</div>

I abandoned Integromat on this one—went to Zapier and got it done with THE EXACT SAME LOGIC FLOW 🙄 …c’mon integromat

---

<div class="post-metadata">

### Author: ![RuchikaAbbi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ruchikaabbi/32/11240_2.png) [@RuchikaAbbi](https://community.glideapps.com/u/RuchikaAbbi)
#### Post date: [February 24, 2021, 6:22pm UTC](https://community.glideapps.com/t/are-you-an-airtable-integromat-pro-i-need-your-help/23354/4 "2021-02-24T18:22:36Z")

</div>

Hi @Robert_Petitto I have been working on Integromat, if you still want to debug this, I could try. I’ll need to see the module settings though.  
Meanwhile, looks like the the column is a Multi linked column, in which case, you will need to Add Item in the field mappings. From what you said about copy pasting, it’s not clear if you did that.

---

<div class="post-metadata">

### Author: ![Ric\_1](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ric_1/32/22052_2.png) [@Ric\_1](https://community.glideapps.com/u/Ric_1)
#### Post date: [March 7, 2022, 5:08pm UTC](https://community.glideapps.com/t/are-you-an-airtable-integromat-pro-i-need-your-help/23354/5 "2022-03-07T17:08:33Z")

</div>

@Robert_Petitto from the looks I don’t think the iterator is correctly setup, Integromat usually wraps bubbles within a loop into a grey bubble.

Further it seems it’s sending a single string instead of an array. Within the module’s id field, use the array formula split(records,",") and it will transform them.

I don’t have it in front of me, but hope that helps. Love Integromat over Zapier as it allows to apply functions in line.

---

<div class="post-metadata">

### Author: ![Yasin\_Hassanien](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yasin_hassanien/32/9042_2.png) [@Yasin\_Hassanien](https://community.glideapps.com/u/Yasin_Hassanien)
#### Post date: [March 8, 2022, 9:40pm UTC](https://community.glideapps.com/t/are-you-an-airtable-integromat-pro-i-need-your-help/23354/6 "2022-03-08T21:40:43Z")

</div>

I’d suggest using call API action in similar cases

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:49pm UTC](https://community.glideapps.com/t/are-you-an-airtable-integromat-pro-i-need-your-help/23354/7 "2024-01-17T16:49:36Z")

</div>


