Help
Chris_Guthrie
7 - App Architect
7 - App Architect
since ‎Aug 31, 2018
‎Jul 25, 2023

User Statistics

  • 57 Posts
  • 2 Solutions
  • 19 Kudos given
  • 25 Kudos received

User Activity

Hello. I had been running this script via a Button for many months... until today, when it stopped working. I am now getting an error message. Any debugging help would be appreciated. Thanks!let oob = '{"task": "IL"}'; let response = await remot...
Using a script, what is the syntax for clearing a value from an existing record in a single select field?
I’m having some trouble using a Script Setting input field when building a new record using CreateRecordAsync. Any help would be appreciated! Thanks! I keep getting errors like this Field ‘orderEvents’ does not exist in table ‘Inventory & Order Even...
Can the buttonAsync be created dynamically? I have an array of Order Numbers called filteredOrderNames. Can each value of the array serve as the button label? let selectedOrder = await input.buttonsAsync( 'Select Order Group from List below', [ {...
I’m not great with Scripting, but I can struggle my way through sometimes. I’m trying to get the day of the week from a Date field type. Any suggestions on how to accomplish this? Thanks!