Help
Robert_Kamarows
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jan 20, 2021
‎Nov 29, 2022

User Statistics

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

User Activity

I have the following code that is looking for the value of a calculated field. But I’m getting an Error: no field matching … let rootTableDat = await rootTable.selectRecordsAsync( { fields: [“Zeiss Planar 80mm 2.8-Prontor CB”] } ); Should this work? ...
I have Table A, which has a field Containers. Containers can have multiple entries from linked table Container. Table B has a field linked to Table A, and a field Used Containers that can have multiple entries from linked table Container. When I’m in...