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
}
}
)
)
);
WarrenBelz
146,513
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,681
Most Valuable Professional