Sign Up

Meet the Sign Up system action.

It is a system action that enables the end user to create an account to use within the application in a developed application.

Unlike the Create User Action, the Sign Up Action ensures that the relevant user account is created by the end user himself. The end user sets his own password on the created SignUp screen. Users can create their own users by filling in username, password, firstname and lastname parameters.

Select the element to add action. Click +Add Action under the Properties panel.(A)

Click OnClick ⟶ Authorization ⟶ Sign Up and create the Sign Up action.(A)

  • username: The element input element to be created with the e-mail address data of the user to be created is selected.

  • password: The input element of the element to be created for the password data of the user to be created is selected.

  • firstname: The input element of the element to be created with the name data of the user to be created is selected.

  • lastname: The element input element to be created with the surname of the user to be created is selected.

Within the created action, Symbol Picker (B) is used to select the parameter input method for the action.

While selecting Input elements, the elements on the open screen are listed in the Components heading in the list that opens with the Symbol Picker button on the relevant field. The element from which the entered data will be retrieved is selected.

SignUp action is accessible to everyone except logged in and authorized users.

You can perform various operations on the Context menu (C) for the actions you create.

You can easily copy the action with the Copy option. This way, you gain speed where action repetition is required.

You can add a confirmation message for the action to run using the Add Confirmation option.

Also, with the Add Condition feature, you can specify certain conditions under which the added action should execute.

You can easily delete the action created with the Remove option.

Last updated