We have a low code app with a grid component with buttons originated by an ad hoc data source.
On button click a script is executed and we want to show script output with key "Result" in a text component by use of: {COMPONENT."Current view".Grid 1."Last script execution"."Script outputs".Result}
But this doesn't work.
Hi Harald,
I believe this post will answer your question:
Low-code app button won’t push script’s result to clipboard
You’ll need to assign the value to a text variable and then interpolate it in the web or text component.
Kind regards,
Robin