Skip to content

Add rules function for converting data element values to string #29

Description

@emdobrin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions