Can't select security identity in data binding

There is a new option available in Security Provider called Security Identify:

It returns the logged user identity.
You can add it in Globals steps so that it loads with every server action you are using and the identity is always available without the need to include a separate server action for that on the page:

4 Likes