Changes for page SetVar
Last modified by Outhman Moustaghfir on 2024/09/27 13:43
<
edited by Outhman Moustaghfir
on 2024/01/30 15:04
on 2024/01/30 15:04
edited by Outhman Moustaghfir
on 2024/09/27 13:43
on 2024/09/27 13:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 2 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,6 +4,7 @@ 4 4 5 5 [[image:setvar.png]] 6 6 7 + 7 7 The SetVar connector is designed to set variables within a scenario by utilizing a JSON file. This connector allows users to define variables and even use dynamic values using expressions. 8 8 9 9 == Usage == ... ... @@ -10,8 +10,9 @@ 10 10 11 11 === JSON Format === 12 12 13 -[[image: Capture d'écran2024-01-30150237.png]]14 +[[image:1727437198067-371.png]] 14 14 16 + 15 15 The JSON file for SetVar has a simple structure. It consists of key-value pairs, where the keys represent variable names, and the values can be either static values or dynamic expressions. 16 16 17 17 ==== Example 1: ==== ... ... @@ -20,7 +20,7 @@ 20 20 }}} 21 21 22 22 {{code language="json"}} 23 -{ "var1": "value1", "var2": " true" }25 +{ "var1": "value1", "var2": "value2" } 24 24 25 25 {{/code}} 26 26 ... ... @@ -31,13 +31,23 @@ 31 31 }}} 32 32 33 33 {{code language="json"}} 34 -{ "var1": "value1", "var2": " ${GetVar;inputFile}", "nestedVar": { "nestedVar1": "val1", "nestedVar2":"val2"}}36 +{ "var1": "value1", "var2": "{Env.GetVar;variableName}" } 35 35 {{/code}} 36 36 39 +== Global Values == 37 37 41 +SetVar supports dynamic values using XGlobal before the variable name to make this var accessibel in the parent sceanrio . 42 + 43 +== Examples == 44 + 45 + 46 +{{code language="json"}} 47 +{ "iXGlobal:Key": "Value" } 48 +{{/code}} 49 + 38 38 === Dynamic Values === 39 39 40 -SetVar supports dynamicvalues usingexpressionsin the ${GetVar;variableName}format. This allows you to reference the values of other variables within the JSON file.52 +SetVar supports globalvalues using iXPath functions (GetVar, Date, GetTracking...). This allows you to reference the values of other variables within the JSON file. 41 41 42 42 == Examples == 43 43 ... ... @@ -51,11 +51,11 @@ 51 51 {{/code}} 52 52 53 53 54 -=== Using Dynamic Values === 66 +=== Using Dynamic Values by GetVar function === 55 55 56 56 57 57 {{code language="json"}} 58 -{ " var1": "value1", "var2": "${GetVar;inputFile}", "nestedVar": { "nestedVar1": "val1", "nestedVar2": "val2"}}70 +{ "username": "john_doe", "email": "{Env.GetVar;Email}", "isAdmin": "false"} 59 59 {{/code}} 60 60 61 61 ... ... @@ -62,7 +62,8 @@ 62 62 == Important Notes == 63 63 64 64 * Variables set by SetVar can be referenced within the same JSON file or in subsequent scenarios. 65 -* Ensure proper syntax for dynamic values using ${GetVar;variableName}. 77 +* Ensure proper syntax for dynamic values using **iXPath functions**. 78 +* We can define variables using either a JSON file or by entering values in the content text area. 66 66 67 67 == Conclusion == 68 68
- 1727437198067-371.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +34.5 KB - Content
- var.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.omoustaghfir - Size
-
... ... @@ -1,0 +1,1 @@ 1 +14.3 KB - Content