mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-10 14:22:52 +01:00
fix: typo (#32)
This commit is contained in:
@@ -14,4 +14,4 @@ The Google Sheets Module makes it easy to read data from publich Google Sheets.
|
||||
|
||||
The module will interpret a Google Sheet as a giant table meaning the first row encountered in the sheet will decide the names of the columns, and then each row will contains values for those columns in its cells. Empty rows and columns will be skipped.
|
||||
|
||||
?> Note that the Google Sheet need to be made publicly available for the module to be able to access it. Also, the module is read-only, i.e. you cannot write data to the Google Sheet.
|
||||
> Note that the Google Sheet need to be made publicly available for the module to be able to access it. Also, the module is read-only, i.e. you cannot write data to the Google Sheet.
|
||||
|
||||
@@ -19,7 +19,7 @@ This node is used do aggregate data queries on a column from a public Google She
|
||||
|
||||
</div>
|
||||
|
||||
?> Note that the Google Sheet need to be made public for Noodl to be able to access it.
|
||||
> Note that the Google Sheet need to be made public for Noodl to be able to access it.
|
||||
|
||||
<##head##>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ The node works in a similar way as the [Query Records](/nodes/data/cloud-data/qu
|
||||
|
||||
</div>
|
||||
|
||||
?> Note that the Google Sheet need to be made public for Noodl to be able to access it.
|
||||
> Note that the Google Sheet need to be made public for Noodl to be able to access it.
|
||||
|
||||
<##head##>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ By setting the `Row Id` of the **Sheet Row**, and selecting the **Sheet** (if yo
|
||||
|
||||
</div>
|
||||
|
||||
?> Note that the Google Sheet need to be made public for Noodl to be able to access it.
|
||||
> Note that the Google Sheet need to be made public for Noodl to be able to access it.
|
||||
|
||||
<##head##>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user