Name
| Description
| Number of Fields
| Field Names
| Field Type
|
---|---|---|---|---|
AddResponse_AT
| Contains the result of the Add action.
| One
| AddResult
| number
|
Add_AT
| Contains the input required to perform the Add action.
| Two
| intA ,
intB
| number
|
DivideResponse_AT
| Contains the result of the Divide action.
| One
| DivideResult
| number
|
Divide_AT
| Contains the input required to perform the Divide action.
| Two
| intA ,
intB
| number
|
MultiplyResponse_AT
| Contains the result of the Multiply action.
| One
| MultiplyResult
| number
|
Multiply_AT
| Contains the input required to perform the Multiply action.
| Two
| intA ,
intB
| number
|
SubtractResponse_AT
| Contains the result of the Subtract action.
| One
| SubtractResult
| number
|
Subtract_AT
| Contains the input required to perform the Subtract action.
| Two
| intA ,
intB
| number
|