The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
// 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...
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 ...
Thank you for all your help, I just wanted you guys to know that I finally made it work and in case someone may find it useful, want to share the code with you:
// pick tables from your base here
let f_tasks = base.getTable(‘ACTIVITIES (CHECKLIST)’);...