Hi All,
I have a power automate with event hub (When events are available in Event Hub) as trigger.
Currently, the events are not processing in a sequential manner from the publisher.
For example;
Event A is published first and after 10-12 seconds, event B is published. Still , My event listener flow is processing event B even though it published later than event A.
I want the events to process in the same order as they published.( event A first and then event B).
Please advise how we can achieve it in power automate flow.
Thanks in Advance
Santo