In Field based on expression visibility condition by using enumeration values

0
Hi all,   i have a requirement where i want to add visiblity condition on date filed it should be visible Region wise. so i have region enum but when i am adding i am getting below error can some one help me out   
asked
1 answers
0

Hello, 

 

you should make it a boolean expression. I guess the users have regions and based on these regions you want to display different dates. 

I think I would wrap the relevant fields in a dataview that has a microflow datasource to retrieve the user and then use the user like: $User/Region = DistportalS4UserManagement.Enum_Region.EMEA

answered