Skip to content
Christopher_Lembke
Christopher_Lembke
@christopher_lembke
Eminent Member
Joined: Aug 4, 2025
Topics: 3 / Replies: 11
Reply
RE: How to add related fields to Google Sheets from an iterated array

That's the solution! I placed the array's source after the iterator to correctly select records associated with the "record id" in the iterator. It's ...

1 year ago
Forum
Reply
RE: How to add related fields to Google Sheets from an iterated array

It seems that only the “record id” is being passed through the iterator. How can I get the other fields to come through along with the “record id”? ...

1 year ago
Forum
Reply
RE: How to add related fields to Google Sheets from an iterated array

Hi, thanks, are you referring to hardcoding values directly into the spreadsheet?

1 year ago
Forum
Reply
RE: How to add related fields to Google Sheets from an iterated array

I believe I need to map the other fields within the array, but it doesn't seem to permit that.

1 year ago
Forum
Reply
RE: How to add related fields to Google Sheets from an iterated array

Appreciate your response and feedback. I'm uncertain about the root cause of the issue. The array contains the record IDs from the “Prospect and Sales...

1 year ago
Forum
Reply
RE: Google Contacts Search Integration

I'm working around this issue by utilizing the “Nickname” field within Google Contacts to store the Airtable Contact Record ID. While this might not b...

2 years ago
Forum
Reply
RE: Google Contacts Search Integration

I didn't expect Google to create Y2K-style issues, but it seems they have. Thank you for the information and for sharing the reference.

2 years ago
Forum
Topic
Forum
Replies: 4
Views: 0
Reply
RE: AirTable not finding record via Webhook

Likely when you activated your AT automation script, I would assume? That was the key point; in test mode, I won't send the record ID, only when it's ...

2 years ago
Forum
Reply
RE: AirTable not finding record via Webhook

It turns out that was a fluke. The correct solution was provided; it's an Airtable bug. The recordID won't be sent until the automation is activated. ...

2 years ago
Forum
Reply
RE: AirTable not finding record via Webhook

This approach worked for me. I created a formula field to extract the record ID using Record_ID() and then utilized this field instead of the default ...

2 years ago
Forum
Reply
RE: Generating an invoice in Sage

Hello, thanks for getting back to me. I should have marked this question as answered since I found the solution. Our organization does not use Sage Bu...

2 years ago
Forum
Topic
Forum
Replies: 3
Views: 0