Skip to content

AirtableListRecords - Airtable

← Airtable Add-On Übersicht

Fetch records from a table in a base of your airtable account.


Inputs

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

NameDatentypBeschreibungPflichtfeldWerte
accountACCOUNTYou airtable account.Ja
baseIdSTRINGID of your base (e.g. looks like appXXXXXXXXJa
tablenameSTRINGName of the table in your baseJa
limitSTRINGThe maximum total number of records that will be returned.Nein
viewSTRINGThe name or ID of a view in the Employees table. If set, only the records in that view will be returned.Nein
filterByFormulaSTRINGA formula used to filter records. The formula will be evaluated for each record, and if the result is not 0, false, "", NaN, [], or #Error! the record will be included in the response. For example, to only include records where Employee isn't empty, pass in NOT({Employee} = ''). Siehe auch https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference#logicalNein
sortByFieldSTRINGName of the field to sort the result.Nein
sortByDirectionSTRINGThe sorting direction (ASC - ascending, DESC - descending).Nein
  • Ascending
  • Descending

Outputs

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

NameDatentypBeschreibungWerte
resultSPREADSHEET
Folgende Felder sind im Output enthalten:

FeldDatentypBeschreibungStandardwert
identifierSINGLE
idSINGLE
createdTimeSINGLE