Why are my event based flows not triggering when my initial flow creates data?

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?

Hello!

You need to set flowA to be able to Emit Events.

You can find out more on our documentation.