Help
Operations_Kaho
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎May 03, 2020
‎Nov 29, 2022

User Statistics

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

User Activity

I am following from API documentation. This is to capture selected fields. let table = base.getTable("SP1: Donations"); let field = table.getField("CID"); output.inspect(field); But what I wanted was to show fields specific for the selected view. I c...