
Announcements
Hi,
When i checkin my Kusto Query, Flow name in VSO GIT, My flow has to check whether flow already exists
1. Create/Update flow from the template
2. Create/Update the Kusto query as function which will be referred in the flow action
Let me know if there's already an template exists or any sample will help. Thanks!
Hi @ranga,
Could you please share a screenshot of your flow's configuration?
Could you please share a bit more about your scenario?
If you want to check if the flow already exists in your Flow Environment, I think the "List my flows" action of Flow management connector could achieve your needs. You could add the "List my flows" action within your flow and then add a Condition to filter the specific flow. I have made a test on my side and please take a try with the following flow's configuration:
Please check and see if the following article would help in your scenario:
https://flow.microsoft.com/en-us/blog/tracking-deployments/
If you could provide more details about your scenario, we would provide a proper workaround for you.
Best regards,
Kris