Hi there,
Based on my understanding, this is the microflow I've created based on your scenario:
I've used a nested loop to iterate through all Entity 1 and Entity 2 objects and compare their categories (I'm assuming all other attributes from Entity 1 will have to equal Entity 2 when wanting to make Entity 3) :
An Entity 3 object is created if the categories are different, which is then added to the Entity 3 list. This list is then committed after the loops are completed
Hope this helps,
Liam
Add to list activity :