Sep 12, 2022 10:40 AM
Hi,
I’m using a dynamic PDF tool (ELEDO) which gets info from Airtable to populate a contract.
Sadly, this tool can’t loop through a list of record and extract informations I need.
In particular, I have a link field of which I need to extract each individual record to populate fields which its linked content.
I’ve look into the automation but there’s no option to split infos of my linked field.
The closest think I read was this article but the link inside is dead and I don’t want to create new tables but populate fields inside the same table.
The entire Use case is this.
Sep 12, 2022 11:37 AM
Welcome to the community, @olivia_lay!
You are correct that Airtable’s Automations can’t loop through records. However, there are a few different options for doing record looping in Airtable:
You can write your own Javascript code. I don’t know Javascript, so I can’t help you there. Somebody else would need to chime in below to help you with a Javascript on that, or maybe you will find some Javascript by searching through the forum. (It seems like that base you linked to in the Airtable Universe might have some scripting insights on how to do this, but for some reason, I can’t get its scripting extension to load right now. It’s possible that Airtable is having problems with extensions right now.)
The easiest & simplest & quickest way that I know of how to do this is to simply use Make.com, which is a low-code automation & integration tool that ALWAYS loops through the records that you find in Airtable. It also communicates natively with both Airtable & Eledo:
Sep 14, 2022 07:33 AM
Thanks, I’m gonna look into that :slightly_smiling_face: