Skip to main content

Get PS Variables

Description

Get PS Variables reads the values of existing PS (Process Studio) variables and converts them into workflow fields with specified data types, formats, and precision. This step is the counterpart to Set PS Variable — use it when you need to bring variable values back into the data stream for processing, output, or conditional logic. It is especially useful in workflows where variables were set in an earlier step or a parent process and now need to be used as row-level field data for downstream operations like filtering, calculations, or writing to output.

Configurations

Field NameDescription
Step NameName of the step. This name has to be unique in a single workflow.
Field values (Tabular):
VariableSpecify the variable which needs to be converted to a field.
Field nameSpecify a new field name to contain the variable value.

Note: When the variable value will be converted to field the specified type, format and other attributes will be taken into consideration.

TypeSpecify the type of the field by picking from the list as below.

Number,

String,

Date,

Boolean,

Integer,

Big Number,

Binary Timestamp,

Intenet Address.

FormatSpecify the format of the field.
LengthSpecify the length of the field.
PrecisionSpecify the precision of the field.
CurrencySpecify the currency of the field.
DecimalSpecify the number of decimals for the field.
GroupSpecify the Group of the field.
Trim typeSpecify the Trim type of the field from the following,

- None

- left

- right

- both

Common Buttons
Buttons
OKOn click of this button. It will check the field values. If any required field values are missing then it will display validation error message.

If all the required field values are provided then it will save the field values.

Get PS VariablesClick this button to fetch PS Variables.
CancelOn click of this button, it will cancel the window and does not save any values.