Help
capt
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎May 06, 2021
‎Nov 29, 2022

User Statistics

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

User Activity

Hi This relates to this Topic This is the code I have: let repoT = base.getTable('Repo'); let sourceT = base.getTable('Source'); let record = await input.recordAsync('Pick a record', sourceT); // let name = record.getCellValue('Part 1') + '-' + reco...
Hi I managed to get a button to run a script to populate a linked field with a unique value, thanks to the exellent advice by @JonathanBowen The link to the topic is here As the populated field only ever has the value pasted by the script or is empty...
Hello there I would like to avoid user copy and paste in one of our tables. For this is have created a button and modified the excellent ‘copy values from one field to another’ script by @JonathanBowen to my needs. This works really well to copy a va...