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.
Hi guys, first post for me and i’m french native so sorry for spelling mistakes
I have a base that shows every forms (one record for one form) and I would like to automaticaly fairly attribute a single select choice to each of these forms when they a...
Hi there, I’m new to automatisation and coding, I checked online what was the difference between let and var and I wanted to know if there was a preference on using either one.
Thanks
Hello guys, rookie there with a little issue…
Currentlly I’m signing new customer using minExtension that is directly connected to my ‘Customer’ base. I have another base ‘Planning’ with a table ‘Time of coaching’ that displays for each teachers the ...
Used “number of records” modulo “number of people” and a simple switch case. I then get the output and update it with basic automation “Update Record” :
let queryResult = await view.selectRecordsAsync({fields: });
let nbRdvPris = queryResult.records....