Hi,
i have a SharePoint list where there is a lookup column to a document library. Users can select multiple items for each item.
I'm trying to make an app that acts as the interface for the list and for reviewing records the editform shows a listbox with the selected items in that column. I have that all working, however the listbox doesn't let me select items, just displays them.
I've tried getting the list of items in the record with 'ThisItem.'Supporting'.Value' and creating a collection with Distinct(colAttachments,Value). Both successfully list the items in the record, however selection of them just doesn't work, it's like the display mode is disabled (it isn't!).
My intention is that when an item in the list is clicked, it takes the user to the document in the library. I've done this with other apps and an attachments column, but is this because the column is a lookup to the library?