Access to Current Session in visibility condition expression

0
It does not seem to be possible to access the current session object inside of a conditional visibility expression. Am I missing something? This would be a handy feature to have available, since some session-related data or associated objects could drive visibility.
asked
1 answers
3

Good Morning,

as a workaround, you could creat a non persistant helper object, using a datasource microflow, that only contains the visibility boolean. Inside of this microflow you could place your logic. 

answered