Create Variable
Creates a new variable and assigns it the given value.
Common use cases
- Data Manipulation
- Data Management
Application
- Data
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Content to copy | Content to copy to the field defined in 'Field name' | Text (Long) | Yes | Value 1 |
| Field name | Provide the name of the destination field | Text (Short) | Yes | Field1 |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Available Inputs section. These variables in the Available Inputs section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
- To be defined by the using the "Fields to capture" in the wrkflow editor.
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected if the content was successfully copied, and the provided link can be used to directly access the file |
| Unsuccessful | This status is selected in the event of the following scenarios:- The value to copy is missing |
Requirements
- N/A