Hi All,
Please help
How Can we extract and parse value of XML Memo field from XTKWORKFLOW table in Adobe Campaign Classic
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Shruti,
Check out the forum thread below. It's a good example of how to extract individual values from the XML memo field.
Regards,
Craig
Hi Shruti,
Check out the forum thread below. It's a good example of how to extract individual values from the XML memo field.
Regards,
Craig
Hello @Shruti1,
(Sorry for the print screen in French.)
You need to use the 'NodeValue' function.
For example, if you want to extract the value of 'taskCount', which is an XML attribute of xtk:workflow
(so its value is stored in the mData
of wtkworkflow
), you can do it like this:
NodeValue('/workflow/@taskCount', data)
Br,
hello @Amine_Abedour
thanks for your reply
NodeValue('/workflow/@taskCount', data)
but m receiving missing right parenthesis error in audit logs are using this
please suggest next steps
Views
Replies
Total Likes
hello @Amine_Abedour
thanks for your reply
NodeValue('/workflow/@taskCount', data)
but m receiving missing right parenthesis error in audit logs are using this
please suggest next steps
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies