Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
revoori123
Contributor II
Contributor II

how to create variable

can you please explain me how to create variable with example

7 Replies
robert_mika
Master III
Master III

rubenmarin

Hi sudheerkumar, the easy option is press CTRL+ALT+V and create the variables in the variables panel.

About variables there will be a lot to talk, Marcus Sommer sumarized most of the topics in this post: Variables

Peter_Cammaert
Partner - Champion III
Partner - Champion III

LET vTimeout = 5; // Set timeout to 5 days

Add this to your script, and variable vTimeout will be created at first script execution.

You can also create variables in the Vairable Overview (goto Settings->Variable Overview and press the Add button) but this should be avoided if possible.

revoori123
Contributor II
Contributor II
Author

Thank you...

revoori123
Contributor II
Contributor II
Author

Thank you

revoori123
Contributor II
Contributor II
Author

Thank you Peter

revoori123
Contributor II
Contributor II
Author

will you explain me data model execution from the starting with example.