I have an event based flow (flowA) that runs when a new item is created (items.create) in CollectionA. Inside that flow, it creates a new item in CollectionB via the create data operation. I also have another event based flow (flowB) set to run when something is created (items.create) in CollectionB.
For some reason, when flowA runs and creates something in CollectionB, flowB doesn’t trigger. Any idea what’s going on?