Hi,
We are working on a low code app that is used to connect sources and destinations. When the "Connect" or "Disconnect" button is clicked, an automation script will execute the necessary actions in the background. How can we indicate to a user that the connect or disconnect failed?
Using "engine.ExitFail" in the script does not seem to be handled properly. Is there any other functionality we can use to show to the user what has failed? Is our only option to change our script to be interactive?
Hi Joey,
Only way right now is to make use of an interactive automation script.