How to use dynamic properties in a Push Treatment
Hello everyone,
I'm trying to use dynamic properties from, for example, a Customer table. I would like to add these properties in the Push Treatment. The property that contains the message in the Push Treatment is called ".PushMessage" and we want to add dynamic properties as part of the message.
For example: Hello .Customer.FirstName, you credit card expire date is .Account.ExpireDate.
Is it possible to do this? If I put the properties like this, the message shows the text ".Customer.FirstName", but not the value of the property itself.
Thank you.