Hi @balanirmalkumar.s
Try this,
If(currentOffice365Message.Attachments.Any(Function(x) Path.GetExtension(x.Name).ToLower = “.pdf”), “.pdf”, “.xls”)
Hi @balanirmalkumar.s
Try this,
If(currentOffice365Message.Attachments.Any(Function(x) Path.GetExtension(x.Name).ToLower = “.pdf”), “.pdf”, “.xls”)