Enum list filter and order by person name

enandoh0
Participant II

Hi.

I am designing an app for my clients and they want to be able to submit work requests, either on their behalf or the behalf of someone on their team, they have a shared team email. They also only want the security of seeing only their team members names and the work tasks associated with their team, in first name alphabetical order.

I was able to write an expression that limits the names but the expression also displays their person id. I am not sure where I went wrong in my expression.

Is there a better way to write the expression where only the team names are returned in alphabetical order by first name without the person ids?

Any assistance would be a life saver.

My expression is: ORDERBY(FILTER(Person,[Email]=USEREMAIL()),[Person Name],FALSE)

3X_7_9_7975c1302e6137ab3f6605ea2d306d5583d58a45.png

Solved Solved
0 2 299
1 ACCEPTED SOLUTION

Steve
Participant V
2 REPLIES 2

Steve
Participant V

3X_d_9_d96da6865b1430e52d79ab09f28b63e2e78f1b00.png

Perfect!

Top Labels in this Space