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.
For anyone else searching, here is some code that gets the title from a webpage to populate a title field// Define the table names
const urlTableName = "URLs";
let urlTable = base.getTable(urlTableName);
// Prompt the user to select the current l...