Help
Benito_Abraham
6 - Interface Innovator
6 - Interface Innovator
since ‎May 14, 2018
‎Jan 24, 2024

User Statistics

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

User Activity

// updates the Deal table let tDeals = base.getTable(‘Deals’); let qDeals = await tDeals.selectRecordsAsync(); for (let rDeals of qDeals.records){ let d= getDistanceFromLatLonInKm(rDeals.getCellValue(‘Latitide’),rDeals.getCellValue(‘Longitude’),rDeal...
This is my code and I can’t populate the field ‘Activities’ which is linked to another table, the error is in line 24
Good afternoon to everybody, I have developed a database with a shared view lo be uploaded to a web site, the problem that I am having is that when I expand a linked filed in the shared view it only shows me the primary key of the linked field , and ...