May 09, 2023 03:11 AM - edited May 09, 2023 03:02 PM
Hello,
I'm trying to connect Airtable to make.com and gets records to fill document with Microsoft Word Templates.
The problem is returned data by Make.com. I'm getting something like this "recn3V..." instead of value from Airtable that should be a name of company.
Thanks in advance 🙂
Solved! Go to Solution.
May 09, 2023 03:18 AM
Hey @mvr222 ,
this is because the field with the company's name is a linked to field so make displays the record id from the table where you store company's name.
One option is to create in your current table a formula that will display the name of the company and then use this field on make. Your formula would be: {Nazwa Firmy}.
If this doesn't work please let us know.
May 09, 2023 03:18 AM
Hey @mvr222 ,
this is because the field with the company's name is a linked to field so make displays the record id from the table where you store company's name.
One option is to create in your current table a formula that will display the name of the company and then use this field on make. Your formula would be: {Nazwa Firmy}.
If this doesn't work please let us know.
May 09, 2023 03:38 AM - edited May 09, 2023 03:02 PM
Thank you, but I made new column with formula and still this same (scrennshots) 😞
May 09, 2023 03:40 AM - edited May 09, 2023 03:02 PM
These screenshots I mean 🙂
May 09, 2023 03:59 AM
Hey @mvr222 ,
Please open your make scenario and run only the module "Get record" from Airtable. Then open the output and look in those results. Please let me know if that works.
Thanks
May 09, 2023 04:16 AM - edited May 09, 2023 03:03 PM
You mean that?
May 09, 2023 04:43 AM
Hey @mvr222, yes
May 09, 2023 04:55 AM
I made new scenario, and made new column with mentioned formula again, and now if i try to insert that is empty 😞
May 09, 2023 05:03 AM - edited May 09, 2023 03:03 PM
For now the value in airtable on record "Firma" displays, but on the make.com it doesn't and its make by formula {Nazwa Firmy} (screen3)
May 09, 2023 05:33 AM
the problem seams to be on your make settings. based on your screenshots seams that you dont work on the same airtable table...
The formula must be in the table from where you request data in "get record" module