i have a user event script creating a button which is calling client script. now i would like to add logs into the client script. where can i see those logs of client script as it is not created and deployed as a script record?
n
NElliott
09/13/2023, 8:41 AM
You can use console.log / console.table etc to write to the browser console if that helps?