jSetting()
Estimated reading time:
1 minute
Function Summary
The jSetting function is a simple way to create a JSON Tag/Value pair that can be used internally by the Interject system.
This function can be used as a standalone function and does not need to be embedded in another function.
Function Arguments
Type |
String |
Constraints |
Max 255 char |
If Blank |
Empty string |
Type |
String |
Constraints |
Max 255 char |
If Blank |
Empty string |
=jSetting("NamedRangePrefix", "Filter")
Function Composition
Argument Name |
Example Mapping |
Explanation |
Function Name |
=jSetting() |
The name of this function. |
Tag |
“NamedRangePrefix” |
This setting is tagged as “NamedRangePrefix” |
Value |
“Filter” |
This setting’s value is “Filter” |