Not able to set the through registration page

0
    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
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.

answered