I have a simple flow that is triggered when an Item is created in a list. But I need this flow to automatically be applied on new lists aswell.
(I am currently creating new SP Lists with an Azure Runbook and some Powershell)
Is there a way to programmatically recreate a flow with the same trigger but on a different list?
Would it help if I was using Logic apps instead of MS Flow?