I want to show a different data based on the user role. I had a look at personalization in sitecore and find an option
“When the current user is a member of specific role”
. I don’t have much idea on how to implement this.
My requirement is that I want to display different carousel images based on the user role. I have 2 different data sources such as unauthenticated users and authenticated users. If the user is anonymous or not logged in then I want to display images from unauthenticated users. If it is registered user or logged in, I want to display images from authenticated user.
Can anyone guide me on how to achieve this? Thanks in advance.
You have a rule to check if a user is anonymous or not .
Please see below picture :