Hi!
I have a Text Label ("Pod Members") that is pulling through a text list of names from SharePoint:
Bob Harris
Jo Wright
Sally Kilmer
Thomas Redmond
The Text Property is: LookUp('PSMC Cover Pod Members', Title = LookUp('PSMC Cover Pods', Name.DisplayName= User().FullName, Title)
, 'Pod Members2')
I want to be able to match the User().FullName up to the text in "Pod Members" and just show the remaining names.
IE:
User().FullName = Bob Harris
"Pod Members" =
Jo Wright
Sally Kilmer
Thomas Redmond
I have tried a few things but no luck yet. Can anyone help?