Help
Conor_McKeever
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Oct 05, 2022
‎Jan 31, 2025

User Statistics

  • 7 Posts
  • 0 Solutions
  • 2 Kudos given
  • 2 Kudos received

User Activity

I have this code that works well when filtering a field that is SIngle Line Text empName="Dummy Employee"let records = query.records.filter(record => record.getCellValue("Name") === empName); But If i want to filter a field that is a "Link to another...
Hello,I am setting up a record to duplicate a record (but only certain fields) in a base by taking input variables and then creating a new record and inputting these into the new record as suchlet recordIdNew = await table.createRecordAsync({    "Dat...
Hello, I am quite new to AirTable but have some JavaScript experience. I am able to script for changes to the data types I need (Date, numbers, single select, short text etc) but this last one has thrown me. In my test table (ConorTest) there are 3 f...
Kudos from
Kudos given to