Re: Single Flow workflow which can be triggered on multiple lists with same template
Thanks so much jkic! I'm able to do Steps 1 & 2, but can I get some clarification on Step 3, in which you stated in your previous responses?:
3. The actions below Get all the Lists from your site, and use the Index function to identify a match for a List Name within the List Item URL, using this function
• indexOf(variables('varItemURL'), items('Apply_to_each_Find_List')?['Name'])
The Condition returns an integer (>0) if the List Name is found. Then the List Name can be stored as a variable.
- My queries: Does Step 1 & 2 make a trigger, which I now can close, and then implement into other flows?

From your screenshot above, it looks like you had used the 'Apply to each' function (and renamed it to 'Apply to each Find List'), so I 'Added a new step -> New Action' but in the 'Select an output from previous steps' the 'body/value' doesn't show up:

Therefore I wasn't sure if you had applied Step 3 within the same flow of Steps 1 & 2 - or you opened a new flow and applied Step 3 to that? And if yes (to the latter), then could you help?