Help
Matteo_Cossu3
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jun 02, 2022
‎Apr 26, 2023

User Statistics

  • 8 Posts
  • 0 Solutions
  • 13 Kudos given
  • 1 Kudos received

User Activity

for (let d in daylist) { await currentTable.createRecordAsync({"Actual Date": daylist[d], "Assignee": [{id: assigneeID}]}) }; Is there any reason why the above snippet works in Scripting Blocks and not in the Automat...