Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Oct 17, 2022 06:57 AM
Good morning,
I want to know the current record to use with a button script,
so I use “let record = await input.recordAsync(‘’, tableRC);”
It works well but the execution (even by the button of course) displays the record content on the dashboard scripting window !! It doesn’t need to be diplayed and the user should not see this.
Where is the problem ?Thanks for your help.
Oct 18, 2022 02:19 AM
So, I reply myself to my question (thanks to reddit) : It’s impossible to not open the dashboard with a script button. So I have to find another way but it’s too bad the use of script buttons is so limited.