Hi,
So I have an App (lets call this App1), which contains a list of items from a SP (lets called this List1) in a Gallery, I also have another SP list on another App (lets call this List2). Both lists have a choice column called 'Project name'.
What I want to achieve in App1, on the Gallery is show an indicator if the 'Project name' of the item in (LIst1) is also included on List2.
Thanks in advance
LookUp(List2, 'Project Name'.Value = ThisItem.'Project Name'.Value, true)
This will return true if the project from your gallery for List 1 is found in List 2.
I hope this is helpful for you.
User | Count |
---|---|
253 | |
109 | |
92 | |
48 | |
37 |