Hey guys!!
I have an aggregator array that returns 5 items, but from these 5 items I need other collections to be created according to the category number indicated. In this example, all items that have category = 1 will go to one collection and all items that are in category = 2 need to be in another collection.
It depends on the specifics of the collection that youβre talking about to select based on category.
Based on the little information we have, there are two options that comes to mind at this moment.
One is you could use a data store where you can create records for each category and the corresponding collection they should go to.
This would keep the workflow neat.
Another options is using a custom coded script with python which will do the filtering based on category. Then you can connect the script to your workflow with a ssh command. If you need help with this setup, I will be happy to assist.