Hi everyone!
I am thoroughly stumped. What I want to do is show the display names instead of emails in a OneNote page. For one user, no problem. But for multiple users, such as required attendees, I have tried everything and I cannot figure it out. Here's what I'm trying right now:
split(triggerOutputs()?['body/requiredAttendees'], ';')
Outputs from my split compose
Hoping to show the appended string variable with the display names. It's saying there is no info from Get user profile. What am I doing wrong?!