Kinetic Function to control event condition

I have a function that test the user is a member of a specific user group, returns true or false.
I want to use that function an event condition to select a slide out panel based on true or false.
The function works an event but I can see how to use the true/false result to select the appropriate slide out panel

the function should return value(s) in the actionResult dataview.

For example: actionResult.MyVariable

So your event condition would be '{actionResult.MyVariable}' === true

2 Likes

More simple.