Hello everyone,
I hope all is well,
My Concern:
I'm trying to patch the added file to a column of a specific record using onAddFile, but it's not working. How can I achieve it?
What I've tried:
Set(NBofAttach,CountRows(DataCardValue7_2.Attachments));
ForAll(
DataCardValue7_2.Attachments As aCol,
Patch(
'Leave Requests',
LookUp('Leave Requests', 'Leave Request (cr884_leaverequest)' = LR_Requests_Gallery.Selected.'Leave Request (cr884_leaverequest)'),
{
Attachments:aCol.Name
}
)
)
The error that I've got:
Any help would be highly appreciated,
Thank you 🙂..

Report
All responses (
Answers (