I stuck with “simple” scenario. I hope you will be able to help me.
In Airtable I try using Product template which potentially will be very good for me.
Unfortunately I stuck, when I try to automate data collection to Make Data store.
Please have a look for steps and back to me if is not clear.
Thank in advance
Problem summary:
I do not have any idea how to collect more then one URL from Airtable (collected as expected) and save in to Data base (collected only one URL)
Please share screenshots of the scenario, and relevant modules in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
In the Data store you have mapped the data ID,URL directly from the array(Images) that’s why the result in the data store showing as collection. So please use one iterator to iterate the Image array.
Instead of directly mapping the data ID and URL, employ an array aggregator, specifying the “Target structure type” as the desired data store structure.
Iterator to iterate the Images(Array).
Aggregator with select “Target structure type” as data store structure
when records will be added/updated will Generate XML file and upload in to FTP
Then Plugin will be loading file daily any will update products.
Current issues:
when I get data from Airtable I see “Manufacturer” as character string but should be “name”. I suspect this is related to Aitrable colum format which is “Allow linking to multiple records”
Product main image and Product gallery showing as expected in Airtable data, but not after this.