How to return only distinct records using glide before query
I have formulated a script that gets only the unique records from database view. This works in background script but I am unable to display only these records in the list view of the table using glide query. Script: var osCount; var records; var g...
