Why do I get different values between <%= delivery.id %> and <%= message.delivery.id %>
Hi Team
I am developing my web app, and I am encountering a delay between <%= delivery.id %> and <%= message.delivery.id %> Is this normal?
Thanks
Hi Team
I am developing my web app, and I am encountering a delay between <%= delivery.id %> and <%= message.delivery.id %> Is this normal?
Thanks
I believe it's an autocorrect which change diff/difference to delay.
That being said if you're meaning difference <%= delivery.id %> and <%= message.delivery.id %>, yes this is normal for some delivery types.
As example recurring deliveries have a parent id which will be <%= delivery.id %>. When the workflow executes, it will create the execution id which will be your <%= message.delivery.id %>
Hope it helps. Thanks,
David
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.