Help
Vadim_Ciobanu1
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jan 03, 2022
‎Mar 02, 2024

User Statistics

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

User Activity

Hi there! I have a big table with business founders, and I’m looking for a method for new records to auto-complete the gender field by searching the same first name in the table and looking up the gender. How can it be done using automation?
Hi there! I’m not a developer but I trying to write a script. Please tell me if is possible to use a variable to define the field name inside updateRecordAsync method. await table.updateRecordAsync(record, {"Phone": value}) the method accepts variabl...