Get panel parameter

更新时间:
复制 MD 格式

1. Component overview

Note

Prerequisites: None

This component retrieves the value of a specified parameter from the parameter panel.

2. Inputs

Note

For details about each input, see the Component Panel in the Visual Editor.

3. Outputs

Note

For details about each output, see the Component Panel in the Visual Editor.

The component can automatically convert the parameter value to the following four data types:

Output type

Description

string

The default data type for the output.

number

This works the same way as the Convert Number to String component.

dictionary

This works the same way as the Convert JSON String to Dictionary component.

list

This works the same way as the Convert JSON String to List component.

4. Usage example

4.1. Configuration example

  1. In the Parameter Name field, enter the name of the parameter to retrieve.

  2. Leave the advanced options at their defaults.

4.2. Execution result

See Section 5.2 for the execution result.

5. Example process

5.1. Build the process

This process retrieves four parameters of different types, assigns each value to a variable of the corresponding data type, and then prints each value.

image

5.2. Execution result

As shown below, after the process runs successfully, it prints the values of the specified parameters to the log panel.

image