Help
Jordan_Bass
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎May 07, 2021
‎Nov 29, 2022

User Statistics

  • 4 Posts
  • 1 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I have a script that has been in production for months and just recently the script is failing on the selectRecordsAsync() function… let config = input.config(); let tbl = base.getTable('Status'); let qry = await tbl.selectRecordsAsync(); for (let r...
How do I test for an empty Message field when it’s a “Long text” type? This code does not work… let strReplyStatus = ''; if (rsReply.getCellValue('Message') === '') { strReplyStatus = 'Empty'; }; if (rsReply.getCellValue('Message') == '') { s...
Kudos from