Hi all,
I am still stuck on this issue. I am trying to allow user to pick a manager name from Microsoft Form. Then, I plan to use PowerAutomate to search for the user profile and return an email address so that an email approval can be sent to the manager.
The whole thing is returning an error as I believe the outputs contain bracket - [ hello@me.com ]
The Assigned To field can only take email address without the bracket, I think. Can someone point me to the right direction? I tried Compose to remove the bracket, but unsuccessfully. Thanks.
Search for User (V2) >
Compose 4 - Email
Compose 6 - Last(split(outputs('Compose_4'),'['))
Compose 5 - split(outputs('Compose_6'),']')
Start and wait for an approval - Assigned To: outputs('Compose_5')

