Hi I would like to know if it is possibel to loop through two collections at once then Patch the result. For example I have tried the follwoing but have had no luck.
ForAll(Attachments.Attachments As Document && col_IDs As varPatchedItem,
Patch( 'Data Source', Defaults('Data Source'), {Title: Document.Name, ItemID: varPatchedItem}))
Any help would be greatly appreciated!