As a Mobile SDK user configuring rules remotely in Launch UI, I want to be able to fetch any node in a shared state or event data, regardless its type, and be able to convert that to string when the rules are evaluated.
I want to have a function in rules that allows me to do that when the a condition or action is evaluated.
For example, I should be able to send a post back including the visitor identifiers:
{%toString(~state.com.adobe.module.identity/visitoridslist)%}
{%toString(~xdmstate.com.adobe.module.identity/identityMap)%}
note: ~state.com.adobe.module.identity/visitoridslist is a free form data element
As a Mobile SDK user configuring rules remotely in Launch UI, I want to be able to fetch any node in a shared state or event data, regardless its type, and be able to convert that to string when the rules are evaluated.
I want to have a function in rules that allows me to do that when the a condition or action is evaluated.
For example, I should be able to send a post back including the visitor identifiers:
{%toString(~state.com.adobe.module.identity/visitoridslist)%}
{%toString(~xdmstate.com.adobe.module.identity/identityMap)%}
note:
~state.com.adobe.module.identity/visitoridslistis a free form data element