
Announcements
Hey Guys, I am trying to create a collection of attachment names, which I can use to compare against when a user tries to upload an attachment. But it does not collect any row. Here is the formula I am using
ClearCollect(colIDRRFIAttachments, ForAll(Filter(IDRRFISupportingDocs, IDRRFITable.IDRRFITable = BrowseGallery1_2.Selected.IDRRFITable). Documents, {Value:ThisRecord.Documents.Value}))
Any help to get this working pleaseeeeee!