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.
I’m trying to delete a record if my function fails to find a match with the query.
//The Record ID I want to find a match for in the sourceTable
let recordIDsource = inputConfig.recordIDsource
// Find records in sourceTable
let query = await source...
Is there a script/formula within the “Send an email” / “Message” automation action input box that will resolve this?
Or is the only solution to create a new field with a formula to escape the underscores?
Oh ok, so I did this once here… I was just thinking maybe there was an easier way. Maybe my method is sloppy?
let inputConfig =input.config();
// FIND SOURCE TABLE
// Pull Table Id from URL
let globalRecordUrl = inputConfig.globalRecordUrl
//Find ...
kuovonne:
From that, you can get the table object,
Can you specify on what that line of code will look like? I’m having a hard time pulling anything other than the URL.
Tim_Deng:
within the scripting block. You can use it to access the currently active table ID and view ID. This is partic
I can’t seem to get cursor. activeTableId to work while scripting in an automation. Has this been applied there yet?
Would...