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.
Hi! I’m trying to automatically link records through a script created by @Justin_Barrett (Automatically link record based on plain text or formula result).
But I can’t run the script as I get errors in the last line: Property ‘id’ does not exist on t...
Hi!
I have a Lookup column that gets one or more images from another table. Now I need to get each image link in its own column.
I already have the formula to extract the images URLs, but how do I get each of the URLs in a separated column?
Thanks!
I have a POS base where one record = one item sale (and i can define the quantity of that item that i sold).
For example: Product = Blue pen; Quantity = 3
Then, there is an Inventory base with a Products table where all the products are listed with t...
I would like to create a calendar view, pulling the records from the “created_time” field (with corrected timezone - i’m in Asia, Macau).
The date is correctly adjusted in the “created_time” field, but when I visualize it in the calendar and define t...
Oh… yes!!
I just used the script as a scripting action and I get this error:
ERROR
TypeError: Invalid arguments passed to table.updateRecordAsync(recordOrRecordId, fields):
• recordOrRecordId →
recordOrRecordId should be a Record, not undefined
or re...
Thanks, Justin.
The script:
let checkin123Table = base.getTable("Check-in - LPSI 1/2/3");
let consignorTable = base.getTable("Consignor");
let consignorQuery = await consignorTable.selectRecordsAsync();
let config = input.config();
// Find the ma...
Thanks!
I managed to do what I needed following @W_Vann_Hall 's solution in this post:
Extracting Hashtags (was: Formula Assistance) Hire a consultant
Building out a social media calendar where one of the fields indicates t...