PVA.Run( {contentBytes: First(AttachmentTemplate.Attachments).Value, file: ""} )

PVA.Run( {contentBytes: First(AttachmentTemplate.Attachments).Value, file: ""} )
Hey man, you object don´t show in PA because doesn´t exist, the right write is this:
{
file: {
name: Last(DataCardValue1.Attachments).Name;
contentBytes: Last(DataCardValue1.Attachments).Value
}
}