You need to sign in to do that
Don't have an account?

Flow ran in bulk for platform event
We are publish a platforrm event independently for 2 records , and a flow is subscribed to that platform event.
The flow does a update to each record and on update for each record another after save flow runs , what I found that after save flow ran in bulk mode for these records . How is this possible because I am firing Platform event separately for each record . any idea ?
The flow does a update to each record and on update for each record another after save flow runs , what I found that after save flow ran in bulk mode for these records . How is this possible because I am firing Platform event separately for each record . any idea ?
I dont think this is possible, If platform event–triggered flows, paused flow interviews, and processes are subscribed to the same platform event, we can’t guarantee which one processes each event message first.
Reference:
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_subscribe_flow.htm
Please mark as Best Answer if above information was helpful.
Thanks,