Tips & Tricks: Tweak Variables to Fine-Tune Template Functionality

Comments

1 comment

  • Paul Braganza

    Hi Ashley, this was a nice article. 

    I do have a question for you, Does DY support variable type boolean?

    I have a JSON object for API based campaign 

    {

    "active" : ${status}

    }

    Unfortunately, the above JSON fails in the DY custom API campaigns

    {

    "active" : "${status}". =>  this works here but it's setting active of type string and not boolean

    }

    Would be interesting to know if there is any workaround for this.

    Comment actions Permalink

Please sign in to leave a comment.