Hi @malter68240968, You can't directly store picture data in ACS rather
you can have custom/profile resource that hold's picture link data to
able to personalize on email content. Thanks!
Create a workflow with following:* Query to find all affected items*
Reconciliation task to determine the target org unit* Update data to set
the item to the object
The filtering is based on the Quick Search columns.This includes first
name, last name and E-Mail for the profile resource. You can modify the
fields used for custom resources but unfortunately not on the profile
resource.
Hi @malter68240968, It seems you need to create a custom field for
flagging this. Then you can use an Activity to facilitate the tagging
into this field. Hope this helps! Pablo
This would need to be done using the Enrichment activity. You can
configure it to accept data from two sources, and choose which is the
primary source. You then enrich that data with data from the alternative
source.
And what does the datalenght function do with datalenght(field)-2. Does
it produce all the characters of the field minus the first two of
them?Thank you