Hi SatheeskannaK, thanks for the response. In this case I want to transform from text -> uuid. I understand the newUUID function is available for creating a key value, but it doesn't accept any parameters. Could I generate a UUID from a set text parameter e.g. textfield: abc123 -> newUUID(textfield)...
Hi, I have a field in ACS storing UUID values in string format e.g. "631ab184-55be-eb11-bacc-000d3ade34b3", when I try to use the update data activity and store this value under a field with type UUID it doesn't permit the update. If so, how do I go about transforming a string UUID into an actual U...
Hi Florian, I suggest transforming the date value as additional data/enrichment before putting it in the email html by referencing additional data. You can do this by using the expression: AddDays(GetDate(),30), if you want it to be exactly one month later, then you can just use AddMonths(GetDate(),...
Hi Roger, To do this, you would have to first transform the day/month/year values into string type after isolating them. The below expression outputs the date as numbers, and then transforms them into a string value so that you can set the separator to whatever you want: ToString(Day(@created)) +...
Hi Filip, The notation you used is generally just for email content, you may want to call the variables using this format instead:Where firstname: <%= context.targetDate.name%> . In the script that would be: <script type="application/json+trustpilot">{"recipientName": "<%= context.targetDate.name%>...
Hi, The search by email option is no longer available for the out of the box profile table since the update yesterday. Please let me know how I can get this functionality back as I cannot edit the screen definition for out of the box tables. Thanks,Jamal
Since the update some users are by default blocking the adobe cookies, so you may have to unblock those by clicking on the padlock in google chrome. Other than that, you might have to clear cookies, and site usage data. That should resolve the issue.