How to Use Scenario Inputs in Make.com (Quick Guide)

Scenario inputs in Make.com provide a powerful way to manually trigger automations with dynamic data input without requiring external system integration. By utilizing scenario inputs, you can quickly set up and run workflows that require different parameters each time, streamlining the process of executing customized automation tasks.

This approach is particularly useful when you need a simple, direct way to trigger automations without setting up complex integrations with tools like Airtable or Google Sheets.

In my video, I demonstrate how to effectively use scenario inputs in Make.com using a practical example involving Pixabay and Google Drive:

Understanding Scenario Execution Methods

When running scenarios in Make.com, you have several options: scheduled intervals, webhooks, instant triggers, or on-demand scheduling. The on-demand scheduling option allows you to either click “run once” manually or trigger the scenario externally.

Setting Up Scenario Inputs

To implement scenario inputs, follow these steps:

  • Navigate to the scenario inputs section
  • Click “Add Item”
  • Define your input field (e.g., search term)
  • Set the type (e.g., text)
  • Mark it as required if necessary

Practical Implementation

In the demonstration, I created a workflow integration between Pixabay and Google Drive. Instead of hardcoding search terms like “birds,” the scenario input allows users to input different search terms each time the scenario runs. The system then fetches the corresponding images from Pixabay based on the dynamic input.

After setting up your scenario input, you can access it through the Custom and System Variables menu, where it appears as an available variable for use in your workflow modules. When running the scenario, you’ll be prompted to enter the required input before execution.

Leave a Comment