What can we help you with?
< All Topics
Print

Variables

As per the automation standards, passing hard-coded data to any script is not recommended hence creating a variable and reusing the same in the script will be an efficient way of scripting. FireFlink provides you with such features which in turn improves script efficiency.

How to Navigate to the Variables section?

Click on “Configuration” present in the left navigation panel under any individual project, a side menu bar will be displayed. Click on “Variables”.

Navigation

Home icon > Configuration > Variables > Project Environment Variable.

There are 2 sections in “Variables”, upon clicking you will be navigated to theProject Environment Variable” by default.

1. Project Environment Variables:

Once you are navigated to “Variables”, you will be directed to theProject Environment Variable” by default as shown below

  • If the user wants to create a “Project Environment Variable”, the user needs to click on the + Variable button.
  • Provide the necessary information into the pop-up & click on the “Create” button as shown below
  • Once the variable is created, it gets added to the list as shown below

  • If the user wishes to edit the existing “Project environment variable”, he/she needs to click on the Edit icon under the actions column by mouse hovering on the variable; as shown below
  • If the user wants to delete a variable, he/she needs to click on the “delete” icon under the actions column.
  • Upon clicking the “delete” icon a “warning pop-up” will appear for confirmation to delete the variable permanently from the user’s end as shown below

2. Global Variables: If a user creates a variable under the “Global variable” tab, those variables will become “Global variables”, which implies that the user can use that variable throughout the project and can also use it in any script in the project.

Navigation

Home icon > Configuration > Variables > Global Variable

  • Once you navigate to the “Variables” section, in that, by default theProject Environment Variable” tab will be selected & you need to click on theGlobal Variable tab as shown below screen.

  • If the user wants to create a “Global variable, you need to click on the “+ Variable” button.
  • Provide the necessary information into the pop-up & click on the “Create” button as shown below

  • Once the creation of the variable is done, the created variable will get added to the list as shown below
  • If the user wants to edit the existing “Global variable”, the user needs to click on the Edit” icon under the actions column by hovering the mouse on the variable as shown below
  • If the user wants to delete a variable, you need to click on the “Delete” icon under the actions column.
  • Upon clicking that “Delete” icon warning pop-up will appear for confirmation to delete the variable permanently from the user’s end as shown below

Note: Creation, deletion, and updating of the variables section under any individual project are subject to that particular project only and it does not affect any other projects.

Table of Contents