I am having SP List with attachments. I am displaying the List items in the gallery.
On select of the gallery item, I am trying to collect the attachments like,
ClearCollect(collAttachments,ThisItem.Attachments) but I am not getting the attachment column(attachment column is not appearing in the suggestion after typing ThisItem.)
Please help me on this issue.