File 1 | File 2 | File 3 |
Empty | Empty | Empty |
Not empty | Empty | Empty |
Empty | Not empty | Empty |
Empty | Empty | Not empty |
... | ... | ... |
Not empty | Not empty | Not empty |
file: If(
!IsBlank(attachCV_1.Attachments);
{
name: Last(attachCV_1.Attachments).Name;
contentBytes: Last(attachCV_1.Attachments).Value
};
{name: null; contentBytes: null};
);