Skip to content

NinoxAddUpdateRecords - Ninox

← Ninox Add-On Übersicht

Add or update records into a Ninox table coming from a SPREADSHEET. Make sure the columns of the Spreadsheet match the importable columns in your Ninox table.


Inputs

Das sind die Optionen, mit denen man den Step konfigurieren kann.

Name Datentyp Beschreibung Pflichtfeld Werte
account ACCOUNT Your Ninox Account. Ja
tableID STRING The table in Ninox, you want to import the records into. (usually a single letter e.g. "G") Ja
records SPREADSHEET A Spreadsheet with records to add or update into Ninox. Use column 'id' (internal Ninox ID) to update a record. If column 'id' is missing or empty, then a new record will be created. Make sure that all other columns you pass are existing columns in your table in Ninox. Also: Note that you cannot set columns with formulas. You should remove such columns, otherwise this will result in strange errors. Nein
mappingdefinition STRING The mapping definition JSON String Nein

Outputs

Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach der Ausführung verwendet werden können.

Name Datentyp Beschreibung Werte
insertedRecords SPREADSHEET The created records.
Folgende Felder sind im Output enthalten:

Feld Datentyp Beschreibung Standardwert
identifier SINGLE
id SINGLE
createdAt SINGLE
createdBy SINGLE
modifiedAt SINGLE
modifiedBy SINGLE
errors SPREADSHEET