Dynamic collection creation

Hi everyone,

I have a marketplace for each company to showcase there products, I have a doubt whether we have any option to dynamically create a collection for each company when they register and add products, or every time we have create a collection for each company to showcase the name and products distinctly.

Thanks,

If you are including the company ID in every product row, then you can simply create a relation in the company table relating each company to its related products, and then source the collection from the relation. Or you could filter the collection where product company ID equals company ID.

1 Like