Make sure you are setting the entity correctly ```...
# advancedpdf
m
Make sure you are setting the entity correctly
Copy code
render.mergeEmail({
    templateId: 1234,
    entity: {
        type: 'customer,
        id: 623
    }
});