Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!
SOLVED

Update profile checkbox (no longer contact) via Update Data ETL for SMS BlackList

Avatar

Level 2

Hi,

Currently SMS Opt-Out only add mobile to the Address Deny list, which isn't picked up in the individual Profile records and missed on Profile output processes.

 

I've got a Workflow that queries the Address Resource, Reconciles to Profile records with matching mobile number and a Update node to update the "No longer contact by SMS" checkbox in that profile.

 

But I'm having a hard time having the update node to actually update that check box.  How do I get the "Fields to update" to actually update that checkbox?

Current logic:

AndrewKriz_1-1724042324396.png

AndrewKriz_2-1724042341381.png

Unsure of the 'mark' checkbox syntax or something missing.

Thanks in advance.

 

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@AndrewKriz The source value of the fields to update section should be 1 and the destination is the field that you want to update. Since it's a boolean field it will accept 1 or 0 values.

SatheeskannaK_0-1724295570872.png

 

Thanks, Sathees

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@AndrewKriz The source value of the fields to update section should be 1 and the destination is the field that you want to update. Since it's a boolean field it will accept 1 or 0 values.

SatheeskannaK_0-1724295570872.png

 

Thanks, Sathees