Help
LooselySutble
4 - Data Explorer
4 - Data Explorer
since ‎Feb 18, 2022
‎Nov 29, 2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I want to write a small script that updates all status-fields in a given view. Let’s say I have a view with tasks. Tasks have a status-field ( single-select: ‘new’, ‘busy’, ‘done’). My script should update all status-fields for all tasks in a given v...
It seems I can’t use a variable in the method updateRecordAsync(record,{"field": value) In the head of my script, I ask which field needs to be updated. (ps: I use pseudo-code here to keep my question brief. Everything works, except the last line) i...