N8n course level 1 - Test the Airtable node

Hello, here trying to complete the airtable node, I get an error “Invalid input for ‘employeeName’ [item 0].
‘employeeName’ expects a number but we got ‘Mario’”, I understand that according to what it says should go a number in that box, but in the exercise of the example image of the course indicate that there goes the name, that could be causing this error.

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @dariop1989

That’s because you didn’t set the field type text for the field employeeName

2 Likes

thank you very much…the error was solved, greetings

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.