Get Variable / GetVariable (internally is.workflow.actions.getvariable)

description

summary

Gets the value of the specified variable and passes it to the next action.

usage

GetVariable (v:myvar | mv:myvar | s:myvar)

arguments


variable: Variable Picker (Docs)

Allows Variables: true

Accepts a variable.


source json (for developers)

{
	"ActionClass": "WFGetVariableAction",
	"ActionKeywords": [
		"programming",
		"scripting",
		"var"
	],
	"Category": "Scripting",
	"Description": {
		"DescriptionSummary": "Gets the value of the specified variable and passes it to the next action."
	},
	"IconName": "Variable.png",
	"Name": "Get Variable",
	"Output": {
		"Multiple": true,
		"OutputName": "Variable",
		"Types": [
			"WFContentItem"
		]
	},
	"Parameters": [
		{
			"Class": "WFVariablePickerParameter",
			"DisallowedVariableTypes": [
				"Clipboard"
			],
			"Key": "WFVariable",
			"Label": "Variable"
		}
	],
	"Subcategory": "Variables"
}