Skip to content

Handle Data

Import Excel

Usage scenario: Import a local Excel file and set the content of Excel to a variable for use by subsequent nodes. By default, the first line of the Excel file is used as the variable name, and the content of each column is the corresponding value. You can also choose to save the entire Excel content in the form of an array to a variable, such as [[value1, value2...], [value1, value2,...]...].

Usage example
The first header [ Nstbrowser _profile_id] is a fixed name, that is, the profileId of Nstbrowser , which can associate the data of the subsequent header with the profile.() example

Import Excel

Parameter
Explanation
File PathFile path to import
Save ToSave the contents of the excel file to a variable

Set Variable

Usage scenario: Modify the value of an existing variable or table. Set Variable

Parameter
Explanation
VariableSelect the variable or table content to modify
Set DataThe data to be set can be used together with variables

Increase Variable

Usage Scenario: Perform addition operations on a variable. Increase Variable

Parameter
Explanation
VariableSelect the variable to be modified.
Increase ByThe value to add, which can be a negative number.