What is the HighQ iSheet Read action?
The integration lets you read the values of an iSheet record (row) based on a predefined single identifier (ID).
Please note that this is a premium feature which needs to be enabled by your dedicated Customer Success Manager. For further information, please reach out to your BRYTER Customer Success Manager or support@bryter.io. Additional pricing may apply.
Why would you use the iSheet Read action?
As an author, you could use this integration node in a module to read values from an iSheet and to display them in BRYTER. You might want to display these values in default values and add a HighQ iSheet Update Record action to update values based on the changes or amendments of the module's end-user.
How do you use the iSheets Add Record action?
This integration node requires the ID that defines the record (row) in the configured iSheet. Reference this ID based on a text value provided by the author in a value node, injected with a URL parameter or entered as input by the module's end-user.
Input and output parameters
This action has one input parameter for each configured iSheet column.
Input parameters |
||
Name | Type | Description |
BRYTER COL1 | Text | The ID that identifies a row in the configured iSheet, the value of the column is configured by the sheet-row-id-column-id configuration parameter. |
Output parameters |
||
Name | Type | Description |
based on connected iSheet | depends on connected iSheet | depends on connected iSheet |
This integration outputs all of the data from one iSheet row, with one variable for each column. Each column has a type which could be either text, number or date.
❕ The output is an empty result if the sheet does not contain the specified ID.