Hello,
I apologise in advance for my simplistic coding effort. It has been 40 years since I dabbled in Visual Pascal and PHP :slightly_smiling_face:
I am writing an update script for use via Airtable web form submitted updates. The record create...
Hello Greg
Success!!
Here are the modifed script parts…
// Process updates
let OutOfSvc = calEquip.getCellValue('Out of Svc'); if ( filteredUpdateRecord.getCellValue('Out of Svc') !== null ) { OutOfSvc = filteredUpdateRecord.getCellValue('O...