Start (Function)
Defines the inputs of a Function flow.
Inputs
Input Arguments
A list of parameters that the Function flow accepts.
Name
The name of the argument.
Value
The value of the argument.
Type
The type of data accepted by the argument.
The following data types are supported:
- Boolean
- DateTime
- Decimal
- Guid
- Integer
- String
Required
If enabled, the argument is required and an error is raised if a value for the argument isn't provided.
Outputs
Input Arguments
An object that contain's the Input Arguments. You can also access each individual header via this object.
Updated 8 months ago