New to Agents? See Getting started with Agents in the Profound Help Center.
Shared settings
Every node that works on an existing workbook takes a Workbook and an optional Worksheet name. Leave the worksheet empty to use the first visible worksheet. Create Workbook creates a new file instead, so it has no Workbook field.Choosing a workbook
In the node settings, select your Microsoft Account, then select a workbook in one of the following ways:- Search by name in the Workbook field. Search reaches only the files Microsoft has indexed, so a file created a moment ago may not appear yet.
- Paste the SharePoint or OneDrive link of the workbook into the same field.
- Browse by selecting Browse workbooks in OneDrive or SharePoint at the bottom of the list. This opens the Microsoft file picker, which also finds files search can’t show yet.
- Use a variable from an earlier node’s output, for example the
workbook_refthat Create Workbook returns.
.xlsx and .xlsm files.
Value property
Several nodes take a Value property under Advanced settings. It controls how cell values are handled:- Values — Interpret the value as typed, or as returned by the read nodes, so
10becomes the number 10 and=A1+1becomes a formula. - Formulas — Treat every value in that field as a formula.
- Text — Return the cell as it’s displayed. Available only in the read nodes, such as Get Values.
Available nodes
- Get Values
- Get Row
- Update Cell
- Write Rows
- Create Workbook
Get Values
Reads the values in a range of cells.Required inputs
- Microsoft Account — Select a connected account from the dropdown
- Workbook — Search for a workbook by name, paste its SharePoint or OneDrive link, or browse for it