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...
Hi all, I know this is an old thread, but for those of you still looking to create an alternative 'readonly-like' field, but don't want to use third party forms like Jotform (don't get me wrong, they DO have their place), you could try the 'dummy' fi...
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...