help with microflow - retrieve user role

2
i am following along with this learning path:  https://academy.mendix.com/link/modules/183/lectures/1430/3.4.3-Allow-Anonymous-Users-to-Register and i’m stuck on this microflow:    for some reason the XPath constraint is giving me this error:
asked
4 answers
6

Try with an underscore instead of space ‘[%UserRole_Requestor%]’

tip: use auto-complete with ctrl+spacebar to get hints of available system tokens

answered
4

Hi,

You can use ctlr+spacebar for the get the tokens.

 

Regards,

Rasik.N

answered
0

Since you are fetching from database then you can use [Name=Requestor] instead of id.

[%UserRole%] is mostly used when moving from an association to userrole entity in Xpath

answered
0

thank you everybody! ctlr spacebar helped

answered