How to manage set pdf layout format using Container inside container for multiple section?
/*Set(varPartPrintBlob,PDF(Gallery3,{ExpandContainers:true}))*/
Office365Outlook.SendEmailV2(User().Email,"PDF Attachments ",
"QMS AUDIT",
{
Attachments:Table({Name:"QMS.pdf",ContentBytes:PDF(Container4,{ExpandContainers:true})})
});
