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.()
Parameter | Explanation |
---|---|
File Path | File path to import |
Save To | Save the contents of the excel file to a variable |
Set Variable
Usage scenario: Modify the value of an existing variable or table.
Parameter | Explanation |
---|---|
Variable | Select the variable or table content to modify |
Set Data | The data to be set can be used together with variables |
Increase Variable
Usage Scenario: Perform addition operations on a variable.
Parameter | Explanation |
---|---|
Variable | Select the variable to be modified. |
Increase By | The value to add, which can be a negative number. |