Hi All,
I have a multi-environment tenant where I have created a solution which has a Canvas App and the Button Triggered Flow.
In the Development Environment, the App works fine. I then Export the app and Import it in the new environment name Pre-UAT.
I then edited the App in the Pre-UAT environment to make the connection to the flow. But since on the button click, i have a very complex formulas/ conditions from which the flow call is made. To make a connection to a flow from an App, i need to Add the Flow. When i add the flow, the existing formula is replaced with the flow name for e.g. "MyFlow.Run(...".
I would like to know how can i make a connection to the flow with loosing the formula which in a OnSelect Event of the button.