Having trouble finding dropdown boxes

:bullseye: What is your goal?

making a AI Agent

:thinking: What is the problem & what have you tried?

hey, I’m making a scenario when I try to add some data, which I’ll be taking from the user as an input, I can’t find the answers dropdown box which gives options

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey there,

you need to run the module at least ones so you can see the output.

Hi @Mohammad_Aziz_Ali_Mi,

You just need to right-click on the Google Form module and choose “Run this module only.”
Then submit the Google form once.

After you do that, the submitted information will appear inside Make.com, and the answers dropdown will show up.

Let me know if you need help with the next step!

its still giving me an error im a newbie and i started recently i dont know much about it

What is the module configured to watch for?

replying to questions of potential customers which will fill out a google form and receive the answer via gmail

when i tried the “run this module only“ it was still showing me an error which is run time error

Welcome to the Make community!

You cropped out the full error message. Please copy and paste it here, or provide a blueprint export.

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:

1. 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).
Need help❓View instructions ◀

We would appreciate it if you could directly upload screenshots here instead of linking to them outside of this forum. This allows us to zoom in on the image when clicked, and also having improved privacy from third-party sources.

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 Attachments

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

2. Scenario Blueprint

Providing your scenario will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return. This would benefit you in implementing our suggestions as you can view screenshots of the changes or paste corrected modules back into your scenario.

Need help❓View instructions ◀

A. Export Blueprint

In the scenario editor, click the three dots at the top-right, then select “Export blueprint”.

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

    Uploading an attachment here will look like this:
    blueprint.json (12.3 KB)

B. Create Public Share Link

In the scenario editor, click on the Share button:

Read more about the scenario sharing feature in the Help Centre.

Hope this helps! If you are still having trouble, please provide more details.

@samliew

No, I meant literary. When you open the module configuration - what does it show? Cause the error message sounds like its misconfigured and watching for something it has no access to, or not configured to watch for anything yet.

Hello,

Please click on the Watch Responses module and attach its configuration - most likely you have misconfigured this module. That’s why you are getting an error. If the form ID is missing or invalid, there will be a 404 error.

To test it out and make Make fetch possible mappings, follow these steps:

  1. Submit a response via Google Forms
  2. Go back to your scenario
  3. Unlink the Watch Responses module
  4. Run the scenario

Hope this helps!