The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello,I wish to carry out the following project:I have a table in Airtable named "Contenants" and another named "Collecte effectuée" ("Completed Collection" in English). In the "Contenants" table, all values are unique (there are no duplicates). I wa...
Hello,
Is it possible for a good soul to fly to my rescue please?
I wish to apply the following script on my base with the constraint that the calcul must be reset each time I pass on a new groupfield.
Being a novice I don’t see how to modify my scri...
Thank you for taking the time to respond to me. Currently, I'm using a no-code method to do this. However, as part of a future certification for my company and in order to meet certain obligations, I'm required to change the entire structure of my da...
Hi Kuovonne
Thank you for your contribution to my post.
You can see bellow how I customize Bill’s script:
let table = base.getTable(‘Data’);
let view = table.getView(‘Grid view’);
let result = await view.selectRecordsAsync({
sorts: [
{field: 'Id...
Hi Bill.French
Thank you for taking the time to respond to my bottle thrown to the sea.
I tested your approach but it doesn’t work properly because the reset is not made at each new group field sorted as I want to do but at each new record. I have tw...