Hi, my "Contact" records have the default link to "Target Lists".
This means in script I can say:
And that will add the current Contact record to the target list with the ID $appScanTargetId.
All great.
How do I remove the Contact from that target list? I can check that it is there with the
function, but I cannot see a way to get rid of it.
Help apprecaited.
This means in script I can say:
Code:
targetListsIds = array\push(targetListsIds, $appScanTargetId)
All great.
How do I remove the Contact from that target list? I can check that it is there with the
Code:
array\includes(targetListsIds,$appScanTargetId)
Help apprecaited.
Comment