The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
Is ‘loading’ a record the right concept.
Up to now I’ve been using lines like:
let record = await input.recordAsync("Who is Mum", view);
and in my head this has then let me wokr with a chosen record. But now I want to ‘load’ a record from a ‘link to...
So new to this and posted some code in another thread - its’ been pointed out to me functions would save some repeats in my coding and make them easier to read and correct.
But I’m missing a subtly - the let instruction within my function results in ...
Hello community - I’m a week on form ‘Hello World’ as far as scripting (and coding in general) is concerned so apologies if this is basic - one of my issues is knowing correct terms and without them it’s hard to search for answers.
I’m creating a scr...
This is driving me slightyl potty.
I have a table which records staff absence meeting outcomes. It links to the individuals main staff record though a link to another record column.
The staff absence records have a check box - which when ticked shoul...
Am I confusing the issue between father and spouse? I want to read the contnets of the spouse feild into the variable fatherNow
I’ve slightyl altered the output code for clarity
dynastyNow = record.getCellValueAsString(“Dynasty”)
motherNow = record.g...
Thankyou - that gets it running but why does the let statement oiutside the function work but that inside not - it shows the buttons but their is no pause to wiat for a click - the script just ends
This is the second bit. I’ve writtent them seperately till now so I can spot errors but the idea is to bring them together such that a click in a feild will determine if a new reocrd should be created and then create it with information read form the...