The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Hello, from a booking days main table, I create a view for records filtered on the next day called D+1. Then, I create a "Tomorrow" table with one single row linked to the main table to make a summary by rollups of certain datas : clients list, quant...
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 scr...
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.