I have image URLs, some of them should be bundled together because they come from the same album. They have the same Group ID.
I want the image urls to be uploaded to WooCommerce as a single product. What should be the correct step?
I have image URLs, some of them should be bundled together because they come from the same album. They have the same Group ID.
I want the image urls to be uploaded to WooCommerce as a single product. What should be the correct step?
Welcome to the Make community!
To do this, you can try using the Google Sheets “Search Rows” module —
Returns results matching the given criteria.
For more information, see https://www.make.com/en/integrations/google-sheets, and https://www.make.com/en/help/app/google-sheets in the help centre.
Once you have used this, simply use an Array Aggregator, Group by column J’s value.
Every result (item/record) from trigger/iterator/list/search/match modules will output a bundle. This can result in multiple bundles, which then trigger multiple operations in future modules (one operation per bundle). To “combine” multiple bundles into a single variable, you’ll need to use an aggregator of some sort.
Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module.
Here is an example of how your scenario could look:
This is just an example. Your final solution may or may not look like this depending on your requirements and actual input data.
For more information, see the “Mapping with arrays” link below. You should also do the Make Academy, which also covers the use of Iterators & Aggregators.
parseDate
| tokens for formatDate
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.