I have two list and I want to get created items from both list using when an item is created. the second trigger keeps running any ideas on how to resolve this issue. any ideas are much appreciated.
I use an alternative approach in SharePoint to retrieve information from two lists by establishing a shared column with identical values.
You can only have 1 trigger for 1 flow.
And the SharePoint triggers have to be matched to a single SharePoint site/list/doc library.
Therefore 1 flow can only be triggered from a single SharePoint site/list/library.
There is a product that solves this: Encodain Trigr: ne Flow for Multiple SharePoint Sites however it currently only supports manually triggered flows. It will in future support automated triggers like file created but its not ready yet.
Forget it. One flow - one trigger.
my plan is to get two list items when its created in one flow.
In my view you can only have one trigger and that is for one list only. There are a lot of post about this subject that will confirm this.
I think you need to look at what you are trying to do and redesign your flow.
Regards,
Andrew