Set Dictionary Value / SetDictionaryValue (internally is.workflow.actions.setvalueforkey)

description

summary

Sets a value in the dictionary passed into the action.

usage

SetDictionaryValue key="string" value="string"

arguments


key: Text (Docs)

Placeholder: "name" Allows Variables: true

Accepts a string or text with the text. Does not allow newlines.


value: Text (Docs)

Placeholder: "example" Allows Variables: true

Accepts a string or text with the text. Does not allow newlines.


source json (for developers)

{
	"ActionClass": "WFSetDictionaryValueAction",
	"ActionKeywords": [
		"json",
		"plist",
		"xml",
		"urlencoded",
		"query",
		"string",
		"for",
		"key",
		"update",
		"merge"
	],
	"Category": "Scripting",
	"CreationDate": "2016-10-04T05:00:00.000Z",
	"Description": {
		"DescriptionSummary": "Sets a value in the dictionary passed into the action. "
	},
	"IconName": "Scripting.png",
	"Input": {
		"Multiple": false,
		"Required": true,
		"Types": [
			"WFDictionaryContentItem"
		]
	},
	"InputPassthrough": false,
	"Name": "Set Dictionary Value",
	"Output": {
		"Multiple": false,
		"OutputName": "Dictionary",
		"Types": [
			"WFDictionaryContentItem"
		]
	},
	"Parameters": [
		{
			"AutocapitalizationType": "None",
			"Class": "WFTextInputParameter",
			"DisableAutocorrection": true,
			"Key": "WFDictionaryKey",
			"Label": "Key",
			"Placeholder": "name",
			"TextAlignment": "Right"
		},
		{
			"AutocapitalizationType": "None",
			"Class": "WFTextInputParameter",
			"DisableAutocorrection": true,
			"Key": "WFDictionaryValue",
			"Label": "Value",
			"Placeholder": "example",
			"TextAlignment": "Right"
		}
	],
	"Subcategory": "Dictionaries"
}