I am using StringAgg(<value>,";") but is giving error when run campaign. Anybody tell me correct syntax.
Views
Replies
Total Likes
Hi @PawanGu , Looks like you are using a SQL function which is not available OOTB. Please go through the below documentation to add your SQL function and use the same withing a workflow activity.
Views
Replies
Total Likes
Hi @ShashankNigam02 ,
Thanks for reply
I am using list of functions inside the enrichment. But this is giving error. See below:
Views
Replies
Total Likes
What error are you getting?
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @PawanGu , you can use this function too, works for Concatenating multiple string values.
CONCAT(<string1>,'<separator>',<string2>)
Views
Replies
Total Likes
Hi @vt0509 , I wan to concat single column multirow value to single row with separator. See below:
Input
Column A
123
456
789
Output
Column A
123;456;789
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies