Need Airtable to update with pulled sales Comps from Apify

:bullseye: What is your goal?

I need the Apify modules in Make to fully update my comps range field in Airtable. Gemini provides rudimentary comps but Apify should rule this process. I have seen many ways to achieve this on the forum but I think Claude messed me up and suggested a funky pathway to get this done.

:thinking: What is the problem & what have you tried?

I am running into warnings what won’t let me continue with my scenario runs from Airtable. My most recent run was successful but it only showed a min price on the comps range and not a max price.

:clipboard: Error messages or input/output bundles

‘Airtable - Update a Record’ [module ID 32] references inaccessible module ‘Tools - Set variable’ [module ID 36].
‘Airtable - Update a Record’ [module ID 32] references inaccessible module ‘Tools - Set variable’ [module ID 37].

:link: Create public scenario page

Hey there,

you are getting this error because modules 36 and 37 are on different paths. You cant just map them like that.

Firstly, move the Airtable module on the third route, then add a Get Multiple Variables module before it and have it retrieve the variables first. Then you can access them in the Airtable module.

Ahh this makes a ton of sense - I added the Get Multiple Variables module prior to the Airtable update module and boom - success! Thank you very much for your prompt response and assistance!