Hi,
I've made a flow that successfully provisions sharepoint sites using site scripts/designs and now want to provision a trigger-based flow against these provisioned sites' document library, dynamically.
Is this possible via power automate? I've discovered that you can't build successive triggers into a flow, so is there any way to dynamically associate the provisioned site with the successive flow other than using 'when a http request is received'?
I need to run 'when a file is created or modified (properties only)' that requires a site URL and library name once the site has been created, but there's no obvious way to run this independently, yet still obtain the URL dynamically from the provisioning flow in power automate.
Thanks.