๐Ÿ”ง Set credentials dynamically using expressions

โšก 5,448 views ยท ๐Ÿ”ง Miscellaneous

Description

How it works

This workflow shows how to set credentials dynamically using expressions. It accepts an API key via a form, then uses it in the NASA node to authenticate a request.

Setup steps

First, set up your NASA credential:

  1. Create a new NASA credential.
  2. Hover over API Key.
  3. Toggle Expression on.
  4. In the API Key field, enter {{ $json["Enter your NASA API key"] }}.

Then, test the workflow:

  1. Get an API key from NASA
  2. Select Test workflow
  3. Enter your key using the form.
  4. The workflow runs and sends you to the NASA picture of the day.

For more information on expressions, refer to n8n documentation | Expressions.

๐Ÿ”— Nodes Used

NASA, n8n Form Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup