Get Users Notifications Action Application Steps

  • Log in to the Kuika platform and select the project you want to work on.
  • Go to the UI Design module.
  • Select the element that will list the notifications (e.g. a list, table or button).
  • Click the + ADD ACTION button in the Properties panel on the right.
  • + ADD ACTION menu, add the Notification > Get Users Notifications action according to the desired trigger event (Initial Actions, OnClick, OnBlur, etc.).

Action Parameters

  • User Name (String): The username of the user whose notifications you want to list. Example: ‘john.doe@kuika.com’
  • Page Number (Integer): Specifies which page to display as part of the pagination process. For example, a value of 1 is used to retrieve the data for the first page. This parameter is important for displaying the list page by page to the user when there is a large amount of data.
  • Page Size (Integer): Defines how many items (e.g. notifications, records or items) will be listed on each page. For example, a value of 20 indicates that 20 items will be displayed on each page. This parameter optimises the user experience by controlling the amount of data per page.
  • Except Read (Boolean): When this key is enabled, only unread notifications are retrieved. Example: true
  • All parameters can be defined via the Symbol Picker from the Action Result, Method Input, Current, Screen Input, Fixed or Component sources.