Files group
A collection of commands to help you work with files (Google Sheets, Excel)
Last updated
A collection of commands to help you work with files (Google Sheets, Excel)
These commands allow you to read and retrieve data from Google Sheets or Excel files.
You need to declare a new variable to store data after retrieving it from the file. The retrieved data will be stored as an array. The format of the variable is googleSheets.variableName.
Note: The variable name should not contain special characters or spaces.
For an Excel file, you need to specify the correct file path.
For a Google Sheet file, you need to enter the correct spreadsheet ID.
Example of a link: https://docs.google.com/spreadsheets/d/24D55JgPbzsrruyddf2TZMPGasreHFkEi5dvskClVVDU/edit?gid=1027084744#gid=1027084744
In this example, 24D55JgPbzsrruyddf2TZMPGasreHFkEi5dvskClVVDU is the spreadsheet ID.
Enter the sheet name and the columns you want to retrieve data from. If no range is entered, the system will retrieve all data from the first file.
For example, in the file below, if you want to get data from cell A1 to D7 in Sheet 2, you would enter:
Sheet 2!A1:D7
If the first row in the file contains column headers, you can check the box "Use the first row as keys" so that the system doesn't retrieve data from the first row.\
Enter a description or note for the command. This is optional, and you are not required to fill it in.
This feature allows you to preview the data retrieved from the file.
Last updated