Hi @JESUSBA1 You are getting a '0' because the Delivery Channel is defined as an Enumeration where values are numerical but labels string.So if you have the OOO implementation 0 refers to "Email" channel.I would suggest to check in your Deliveries data schema how you have defined the Channel enumera...