Update images for collections in Wix

Similar to “Update Collection” for Wix, I am wanting to update the images for collections, but it does not seem to be a selectable option. I’m currently using a template website, and Google Sheets, to update collection information for client-specific websites rather than having to replace them all manually.

Is there another way to use images on Sheets to automatically replace the images in a collection, using the manual Wix API or any other alternative? Perhaps this could just be added as an option to the “Update Collection” feature?

Sidenote: I noticed “Update Collection” uses 6 operations even if only updating one field, is there a way to -only- update specific fields instead of consuming so many operations?

Welcome to the Make community!

Every result (item/record) from a search/match module will output a bundle. To “combine” them into a single structure, you’ll need to use an aggregator of some sort.

If you don’t do this, search modules will run subsequent modules once per result (bundle) from the search module.

Aggregators are modules that accumulate multiple bundles into one single bundle. An example of a commonly-used aggregator module is the Array aggregator module. The next popular aggregator is the Text Aggregator which is very flexible and has applies to many use-cases.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like