Same on this request. My current workaround is to set up a collapsed stack and filter out the records. So even if the stack is un-collapsed, it’s empty. Just my current workaround, but an actual hide would be preferred.
Hi, @Chuck_F. Any chance you figured this out?
I’m trying to create a new record, and if the new records “industry” tag is not included in the current selection options, I’d like to add it. I’m trying the following right now with no success:
// Compa...
// Pulling the record IDs of all TRACKED recipients
for (i = 0; i <= aryRecipients.length; i++) {
// Calling a function to check the email address, if there’s a match, the record ID is returned
let RecipientID = await LookupContact(aryRecipients[i]);...
Sam - Thanks for the help. I ended up finding the solution (after 10 or so hours of just trying different things), and it was essentially your second suggestion.