Solved
5 days wait on journey
Hello I need to apply the 5 days wait but is not working with AddOn, how can it work?
toDateTimeOnly(@event{}) - 5 days, How can I modify the json?
Hello I need to apply the 5 days wait but is not working with AddOn, how can it work?
toDateTimeOnly(@event{}) - 5 days, How can I modify the json?
You can use the addDays function[0] and modify the JSON as mentioned below:
toDateTimeOnly(addDays(@event{Event.<timestampField>}, 5)){ "type": "wait", "waitFor": { "expression": "toDateTimeOnly(addDays(@event{Event.eventFieldName}, 5))" } }
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.