Hi,
I have 2 SharePoint lists and the second has a lookup column to get the ID from the first one, so that when adding images to the second list they have the ID from the original entry.
What I am having issues resolving is that I have created a gallery to show the images for the selected item but I am getting a delegation warning and I am not sure how to correct it.
The issues is with the Value(Issue.Value)= section
'Issue' is the lookup column to the other SharePoint lists ID column. I know that Value is not delegable but I don't know a way around it.
Below is the code for the filter, any help would be greatly appreciated.
Filter('Reported Issues Images',Value(Issue.Value)=galTrailerRAG.Selected.ID)
Regards,
Damian