Set Visibility Depending On Attribute Value

0
Hey guys need your help here , I wanted to send the OTP  button visible if sessioninfo field is empty I am trying  empty condition but it is not working 
asked
3 answers
1

Hey Avanti,

Regarding the expression, please refer to the following link,

https://docs.mendix.com/studio/expressions/

 

Hopefully there you can find  what you are doing wrong

 

Hope it helps!

answered
0

2 things to check:

Does the user that your are testing with have enough rights to acces the microflow? Otherwise it will not show as visible?

2nd thing is that the syntax to check on empty can be better done as trim($currenobject/sessioninfo) = ‘’
This will also check on ‘’ string value.

answered
0

Hi Maarten,

                  user has access to the microflow and page I am currently testing the admin user.i tried this trim($currenobject/sessioninfo) = ‘’condition still not working 

answered