Set User Property Value in Field

Functionality

The Set user property value action enables you to set the user property value in a field. User properties are managed through the users panel on the home page. This action can be triggered on any provided event within your page.

Steps

Here are the steps for utilizing the editor to set user property values in a field:

1

Field Name:

From the dropdown list, select the field where you wish to set the user property value. This dropdown presents all available fields in your application, allowing you to pick the desired field.

2

Select Property:

Select the property whose value you want to set in the selected field.

3

Make Field read only:

Check this box if you want to render the field as read-only. Click the play button to check the results of the query in the result field.

4

Make field hidden:

Check this box if you want to conceal the field.

By following these steps, you can effectively configure the assignment of user property values within your application.

For Example

Upon opening a page, you may wish to automatically populate the property value of the user. This can be achieved by triggering the action on form visible event. For the test purpose here the action is triggered on button click event.

Last updated