Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have a button with an action of "Reload Data". When we use this button, the reload does not show up in the reload history. Is the log able to be obtained elsewhere?
Hi @guyguymalone ,
if you need script logs, I would suggest instead setting the button to trigger an automation that reloads the app.
That will give you more "power" around the action, also circumventing some of the limitations with button object reloads.
Hi @guyguymalone ,
if you need script logs, I would suggest instead setting the button to trigger an automation that reloads the app.
That will give you more "power" around the action, also circumventing some of the limitations with button object reloads.
That was the approach I was hoping to avoid (it adds complexity to our deployment process). Thank you.