Hi,
I'm using engine.AddScriptOutput(UIVariables.VisualOverview.CreateKey() to output logging to my Low Code App Web component for the user to see progress.
How do I add to the output whilst using the same key? As the script carries out various actions I want to update a string builder and periodically output success and failures of the script for the user. It's fine when outputting in one go at the end, and I could clear the sb and create new keys periodically but I'd rather the output was updated when running.
Ross Elliott [DevOps Advocate] Asked question 3 hours ago