Help
Jeremy_Lambert
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Nov 19, 2019
‎Nov 29, 2022

User Statistics

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

User Activity

Hello everyone, Now this is a strange one: I obtain a date object from an entry by a user, then I use that date to fill in a cell in a new record… output.text(HandoverDate is ${handOverDate}); let table2 = base.getTable(“Timeline”); let recordIds = ...
Hello everyone, I am creating a script that will ask the user for a project name and a hand-over date, and then the script will generate a number of records with subsequent dates (to create a Gantt chart, essentially). I want this done through the sc...