Help

Re: Unwanted display with input.recordAsync

276 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Denis_S
4 - Data Explorer
4 - Data Explorer

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.

1 Reply 1
Denis_S
4 - Data Explorer
4 - Data Explorer

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.