
I would actually want to make a pull down list
the details inside this pull down list is the "Created by" details in sharepoint list,
so the user can select and filter the items which created by the specific person
Choices(Sharepointlist1.'Created By')
however, the value show out is some unreadable wording.
did I miss any more details in order to show up the correct display name?
Hi @laiyatsing ,
You need something like
Distinct(Sharepointlist1,'Created By'.DisplayName)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.