Variables are essential building blocks in Twidget that allow you to store and manipulate data dynamically within your no-code applications. They enable you to create flexible and interactive applications by holding values that can be changed and referenced throughout your workflow.
-
To create a new variable in Twidget, you can use the Create Variable command. This will allow you to define a new variable with an initial value that you can later use and manipulate in your workflow.
Open the Twidget Platform:
Navigate to your Function, endpoint or event where you want to create the variable.
Select the Create Variable Command:
In your Add commands sidebar, find and select the Create Variable command.
Define the Variable Name:
Enter a unique name for your variable. This name will be used to reference the variable throughout your workflow.
Set the Initial Value:
Provide an initial value for your variable. This can be a number, text, boolean, or other types of data supported by Twidget.
Confirm and Create:
Confirm your settings and create the variable. The new variable will now be available for use in your builder.
After a variable has been created, you may need to update its value as your application runs. Twidget provides the Edit Existing Variable command to modify the value of an existing variable.
Navigate to the Workflow Editor:
Open the Add commands sidebar where your variable is located.
Select the Edit Existing Variable Command:
Choose the Edit Existing Variable command from the available options.
Choose the Variable to Edit:
Enter the variable you wish to edit
Update the Value:
Enter the new value you want to assign to the variable. This value can be dynamically calculated or statically defined based on your needs.
Apply Changes:
Confirm your changes. The variable's value will be updated and can be used in subsequent steps of your builder.
Naming Conventions: Use clear and descriptive names for your variables to make your workflows easier to understand.
Initial Value: Always set a relevant initial value for your variables to avoid unexpected behavior.
Type Consistency: Ensure that values assigned to a variable are of consistent types to prevent errors during execution.
Data Types
Twidget supports six main data types to facilitate interactions within the platform. These data types are essential for defining inputs, outputs, and table fields, helping users understand the nature of the data being handled. The available data types in Twidget are as follows: Text. - Description: ...
Changes
In Twidget, every modification you make in our no-code builder is meticulously documented and stored as a change. Whether you are creating an input or editing a command, each action is captured in the platform. Important: Please note changes will not go live until they are published. Viewing Changes...
Publishing Changes
With Twidget's publishing feature, you can seamlessly push your changes live, ensuring that your updates take effect on the specified endpoint, function, or event. This feature also allows for version control, enabling you to revert and manage different versions of your changes effectively. Steps to...
Global Variables
Global variables in Twidget are key-value pairs that can be used anywhere across events, endpoints, and functions. They provide a powerful way to manage and share data throughout your projects. Key Features. - Data Types: Global variables support text, number, boolean, and date data types. - Securit...
Commands in Twidget
Commands are the building blocks of Twidget's no-code platform. They function like code statements and can perform various operations such as creating and updating variables, loops, conditionals, retrieving and manipulating data in the datastore, and much more. Creating a Command. 1. Navigate to the...