Could someone please help me understand why the selected role is not being set correctly? Here's what's happening: When I fill out all the data on the registration page and click the register button, the specified microflow is called, as shown in the image. However, when I check the administration account overview page, the user is always shown with the anonymous role, despite selecting a different role during registration. I'd really appreciate any insights into why this might be occurring.
asked
Rushikesh Suryagandh
1 answers
0
Check what is happening by debugging the microflow.
In the retrieve I suggest to use the first result only as this will not return a list when querying on the id.
Might be an issue with the allowed grantable roles for the user executing the microflow.