Get Active User Access Delegations Action Application Steps
Open your project on the Kuika platform.
Go to the UI Design module and select the screen where you want to display the delegation information.
Create a button, table, or data card (example: “View My Active Delegations”).
Select the button and add the Authorization > Get Active User Access Delegations action from the + ADD ACTION menu according to the desired trigger event (Initial Actions, OnClick, OnBlur, etc.).
Define the FromUserName parameter:
FromUserName (String - required): The email address of the user who delegated the permissions. Specifies which user's delegations will be queried. Typically linked from: CurrentUser.Email, Form Component, Action Result, Screen Input, or Fixed data sources.
Example: CurrentUser.Email (to view their own delegations)
Display the action result to the user visually by linking it to a Table element.