Error in workflow

:thinking: What is the problem?

I getting error when i run first 2 module, kindly please help

My Scenario Link
https://eu1.make.com/public/shared-scenario/hBc88lhtTa6/3a-ba-plan-requirements-elicitation

My Google Doc Form
https://docs.google.com/forms/d/1hLI48oc-uzE7bK8c7HKxC2x8UcG1LFLWnO3_nX78msM/edit

Welcome to the Make community!

We’d love to help, however, we require more information that demonstrates the problem to help us reproduce the scenario and any issues and errors. To allow others to assist you, please provide the following:

A. All Relevant Screenshots

We need to see what you’re working with to give you the best advice. Screenshots are important because Make is a visual editor — a picture provides us with more context.

It would help us identify the issue by having screenshots of:

  • the full scenario, and the zoomed in parts of the scenario that you are referring to (if your scenario is huge),
  • a full scenario run/execution from the history (showing output “speech” bubbles),
  • relevant module fields (showing how you’ve used any built-in functions, and how you’ve mapped the variables),
  • relevant filters between modules (showing which operators and any built-in functions you’ve used, and how you’ve mapped the variables),
  • relevant module input/output bubbles,
  • if applicable, any error messages,
  • and if applicable, any external services (spreadsheet headers/ sample data/ regex101.com/ etc. to show the item/ record exists, and is set up correctly).
Expand Instructions â—€

Please directly upload screenshots into the post editor. Using the forum’s image hosting allows for zooming in when clicked, and avoids third-party cookies or tracking.

Taking Screenshots

  • Microsoft Windows: Take screenshots using the “Windows Snipping Tool”, by pressing either PrtSc or WinShiftS keys on your keyboard.
  • MacOS: Take screenshots by pressing CommandShift4 keys on your keyboard.

Uploading Images

  • Drag image files directly into the rich-text editor, or
  • Click on the upload button in the editor toolbar to select files:

C. Properly-formatted Output Bundles from a Scenario Run

Please provide the Output bundle of each of the relevant modules from the Scenario History, or by re-running the scenario.

Expand Instructions â—€

Click on the white speech bubbles on the top-right of each module and select “Download output (or input) bundles”.

A. Upload a Text File

Save each bundle contents in a plain text editor as a moduleNumber-output.txt file. Open the file to check if it has not added additional formatting or encoded the plain text.

  • You can upload files and images to this forum by clicking on the upload button:

    Uploading an attachment here will look like this:
    module1-input.txt (1.2 KB), module1-output.txt (3.4 KB)

B. Insert a Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the bundles AND format them correctly with the “Preformatted Text” (code) button in the rich-text editor. Otherwise the forum software will change the content, making them invalid!

:warning: Formatting IS Important! :warning:

Here are some ways to provide text content in a way that it won’t be modified by the forum.

  • Method 1: Type code fence manually —
    Manually type three backticks ``` in a separate line before and after the content, like this,

    ```
    text goes here
    ```
    
  • Method 2: Highlight the pasted content, then click the preformatted text/code button —

  • Method 3: Upload your file elsewhere and share the public link —
    This method is only advised for large files exceeding the forum upload limit.

Providing the Output bundle will allow others to replicate what is going on, especially if there are complex data structures (like nested arrays and collections) and data from external services. This helps us with answering your question with valid examples, like mapping raw variable names (instead of the label/display name).


Sharing these details will make it easier for others to assist you, so that you can get better answers, faster.

— @samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

Hi Sarav, yeah we’ll need more info on the errors. Probably looks like something isn’t set up correctly.

Workflow Summary

This is an automated Project Documentation Generator triggered by a Google Form submission.

How it works:

1. Trigger A Google Form (“Plan Elicitation Group Type”) is submitted → the response is fetched via Google Forms: Get a Response

2. Data Processing

  • Forms Response (Set variable) — extracts and stores the form answers

  • Project Charter & Stakeholder Register — pulls content from existing Google Docs as reference templates

3. Routing A Router splits the workflow into 6 parallel branches based on the project group type selected in the form

4. AI Document Generation Each branch sends data to a dedicated OpenAI module to generate department-specific content for:

  • Executive and Governance

  • HR Operations and Employee Experience

  • IT and Technical Delivery

  • Compliance, Legal, and Risk

  • Delivery and Operations Support

  • External and Extended

5. Output Each AI-generated response is saved as a new Google Doc automatically

Inshort:
Someone fills in a Google Form → the system reads their input + reference docs → AI generates tailored documentation for each relevant department → saves everything as Google Docs automatically.

Step 1 : Module - Plan Elicitation Group Type - (Someone fills in a Google Form)

1.Connection establish
2. My google form ID : https://docs.google.com/forms/d/1hLI48oc-uzE7bK8c7HKxC2x8UcG1LFLWnO3_nX78msM/edit#responses
3.This module able to run after someone submit the form

Step 2 : Module - Google Forms - (Someone fills in a Google Form)


1.Connection establish
2. Form ID 1FAIpQLSczh-VA6F3rJiFl29BRwyimZmlNqA9wKQCyg-R2z5V8FyDhNA
3. Response ID
4.When i run this module only
5.I hit below error

Kindly please help

Your screenshots show that the second module was ran manually without giving it a response ID.

When you run modules manually you need to provide it with the data.

Hi,

If i run once, i getting below error

It seems you have two different Form IDs across your modules. Your watch Responses module is watching form “1hLI48oc-uzE7bK8c7HKxC2×8UcG1L” while your
”Get a Response” module is looking for that response from the Form, “1FAIpQLSczh-VA6F3rJiFI29BRwyimZmINqA9wKQCyg-R2z5V8FyDhNA”. This is why you are getting those errors about the “responseId”. You may not even need that module since you are already getting that specific response from your trigger, you can simply map your answers from that output.

IMTCONN error usually means there is a module without a connection or the connection is old and no longer working. Check the modules and if they are all OK.

hi,

Able to find the solution

The form ID should be same for both module