How can I implement workflows from a standard logicapp?
I am implementing standard App logic deployment via azure releases using an azure functions task but it replaces the current flows.
The process occurs as follows: deploys one workflow at a time. From an Azure repos repository with several workflows separated by folder, the flow indicated in a variable is compressed through a compilation pipeline and in a release pipeline, with an Azure task function that decompresses it. The behavior should be to add or modify a flow but instead, it deletes the flows that are currently created and leaves the last one that is displayed.
Is there a solution for this, is it possible to use the Azure functions to deploy workflows? Or is what reported normal behavior? Or is it necessary to deploy all the flows so that the others are not deleted?