
Announcements
Hello. I want to Display a Lookup Column from my Sharepoint list. The Lookup Column looks up a Document List with the Title of the document.
I want to display this in my Gallery that is displaying the "users" List.
I am trying to insert a Text label with the Text Property "ThisItem.Lookup_Documents_Title" but it tells me "this formula uses scope which is not presently supported for evaluation". How can i display this ?
Thanks
Hi @niklasjegg ,
According to your description, you have a LookUp column the Users list and looks up to the Title column of a document library, and you would like to display the LookUp column values for each record of the Users list, right?
If so, please try below formula on Text of the Label (with you own LookUp column name) in the Gallery:
ThisItem.LookUpColumnName.Value
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.