Here's how to get started with variables and use them within your apps.
In this article, you will learn...
- How to start using Variables
- How to utilize variables for more detailed Analytics
- How to use variables alongside Triggers
Overview
Variables are the primary means of storing and referencing data in your Tulip apps.
When you want to store the value of a text input or access a pre-determined property of the app, you need a variable.
Or, when you want to calculate specific values based on past user decisions within the app, you need a variable.
Variables can either reset upon app Completion or maintain their values through multiple completions depending on your specific use case.
When designing an app, a variable is often used to store the output from a device.
A variable can also be used as the condition for other triggers which will drive app logic, either by:
- Changing text displays
- Advancing to other Steps, or...
- Prompting the operator to perform another task.
Variables are also needed to build detailed reports in the Analytics tool. If you want to individual data points from the operator, you will need to capture them in variables.
Create a variable
There are two primary ways to create a variable in the App Editor:
- The variables dialog
- In a trigger
Variables dialog
In order to create a new variable through the App Variables dialog, follow these steps:
- Select the App Tab from the Side Pane.
- Click on the X next to Variables.
- The modal that opens shows all the variables in the current app, along with associated attributes as described below:
- Click + Create Variable.
- Name the variable and select a variable type from the dropdown. Click + Create.
Variable attributes
Data type
The type of data being stored in the variable. This can take on one of the following values:
- Number (including decimals)
- Boolean (true/false)
- Text
- Integer
- Interval (number of seconds)
- Image (URL or manual upload)
- Tulip User
- Datetime (timestamp)
- Station
- Machine
- Array (of any variable type listed)
- Object
- Color
Learn more about each data type here.
Info and configuration
Where used: A hierarchy displaying the step name and trigger / widget where the variable is in use.
Clear on Completion: Whether or not the data in the variable gets cleared when the app is completed. Please note: these variables will be cleared after the "Complete and Go To Splash Screen action.
If you want a value to remain in the variable when the app is completed, un-toggle Clear on Completion for the variable.
Save for Analytic: This toggle will be on by default. If you do not want a variable to be sent to an analysis for any reason, you may uncheck this box. Some variables may only be used for app logic, and are not needed in analytics. In these cases, it is best practice to not send them to analytics. Un-toggling non-essential variables may also help your analytics load faster as there will be less data to load in high-volume scenarios.
Default Value: Set an initial value for the variable every time an operator starts the app
Create a variable in a trigger
When creating or editing a trigger, you can create a variable by following these steps:
- Create a new trigger.
- In a new action, select Data Manipulation --> Store.
- For this example, select Static Value --> Text --> "Text" location: Variable --> New variable.
- Type a name for the new variable and click the green check.
- Click Save.
The variable you create will be available to edit in the variable dialog.
Persistent variables
Persistent variables allow you to save a value in a Variable across multiple app Completions.
Persistent variables save values relative to each the device running the app. They will not be overwritten if the app is used on multiple devices simultaneously.
So, if you have a visual andon app with a persistent variable that runs on 5 production lines, each line supervisor can update the variable on their app and the values will not be overwritten or conflict. They exist independently on each tablet running the Player.
Variables in form steps
As of r234, Form steps have been disabled for all new Tulip Instances.
The last way to create a variable is through a Form Step. See the guide to Form Steps.
Use variable text
Once you create a variable, it is available for use in the actions and conditions of newly created and existing triggers in the app. It is also available in the Text widget, accessible from the Toolbar.
In order to access the value stored in a specific variable, select the relevant variable name from the Variables dropdown in the Side Pane:
You will be prompted to select your Datasource:
- Variable: Any variable in your app that you've created
- App Info: Variables that are automatically logged in your app (Ex: Logged-In User Name, Time Elapsed On App and Step Name)
It is worth noting that variables are stored on a per-app basis, so there are no step-specific variables and they cannot be shared between apps.
Delete Variables
To delete a variable, you must remove it from all Triggers and Variable text widgets where it is being used.
- Open the Variables Dialog from the App Tab of the Side Pane.
-
Use the Filter By search box to find the variable you wish to delete.
-
Click the ... icon on the far right.
Delete all unused variables
The delete unused variables action erases all variables that are empty in the where used section.
In the variables dialog, click the "..." icon and select Delete unused variables.
Further Reading
Did you find what you were looking for?
You can also head to community.tulip.co to post your question or see if others have faced a similar question!