AJO: Make a profile wait till particular day for execution
Folks,
I am checking one use-case where I want the profiles to wait exactly 3 days before their product delivery and trigger a communication from AJO.
I tried using setDays() function like below,
setDays(toDateTimeOnly(@event{xxx.bookingdetails.deliveryDate}), -3)
If the delivery date is June 15th then the profile should wait till June 12th and proceed to further step in the journey. This way it will be dynamic for all the profiles.
Any idea on this ? whether this is feasible through journey?
Thanks in Advance!