Set Argument

Define custom arguments for use in subsequent sub-actions

Parameters

Variable Name

Enter the name of the variable in which to store your argument.

  • Do not wrap your variable name with % symbols

Value

Enter the value to store in your argument / variable.

Auto Type

Toggle auto typing of the resulting value

C# Usage

Set an argument to be used in subsequent sub-actions

public void SetArgument(string variableName, object value)