ForAll(
colPurchaseList As PurchaseList,
ForAll(
PurchaseList.Attachment As Attachment,
Patch(
'AUNA Purchase Request Line Items',
LookUp('AUNA Purchase Request Line Items', GUID = Attachment.GUID),
{
'PR Document': {
FileName: Attachment.FileName,
Value: Attachment.FileContent
}
}
)
)
);
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.