> For the complete documentation index, see [llms.txt](https://docs.suggestic.com/graphql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.suggestic.com/graphql/helpful-resources/integrations/building-a-no-code-meal-planning-application/step-1-creating-the-integromat-scenario-and-google-forms-connection.md).

# Step 1: Creating the Integromat Scenario and Google Forms Connection

To complete this step, you’ll first have to create a Google Forms form and connect it to one of your Google Sheets spreadsheets. We will not be covering this process in this tutorial, but you can follow [this Google](https://support.google.com/docs/answer/6281888?hl=en\&co=GENIE.Platform%3DDesktop) article if needed.

The spreadsheet (and form) should include a **name** and an **email** column. It should also have at least one entry (for testing purposes).

Afterward, head on over to the Integromat dashboard. Click “**Create a new scenario.**” This will take you directly to the scenario builder.

![](/files/BPbBPh89GSVSRdGqCavv)

Click the big blue button with the white plus sign to continue.

![](/files/6CcnzOtQcToultTgiVsU)

Type “google forms” in the search box and select the “**Google Forms**” module.&#x20;

&#x20;                                      ![](/files/AK9dzMdC9ldiI7xEQjzf)

From the Triggers section, select the “**Watch Responses**” trigger:

&#x20;                                            ![](/files/FDpRI5gUADqIYJxDzSoR)

If you haven’t already, set up the Integromat-Google Forms connection ([here’s how](https://www.integromat.com/en/help/app/google-forms)).

The following Google Forms popup connection is displayed:

![](/files/XV9VNO5BpA8YZFJ8prIx)

![](/files/Iz8TEZx4RoAB861Fzx9j)

Select the corresponding spreadsheet and sheet, click “OK” to save the module. Click the big blue button with the white plus sign to continue.

![](/files/USEa8KDKop0H1ft10lmG)

Right-click on the Google Forms module and select “Run this module only.”&#x20;

![](/files/zGtm1E02DmdzWy7KERVk)

If you’ve connected the module correctly, you should see a number one “1” notice appear.

![](/files/b2JEPy6blT4ljuWsTaY6)

Click on the number **1**; you should see the two columns, name and email, and any additional columns you might have added to your spreadsheet.

![](https://lh4.googleusercontent.com/OPv_ACm98CvNezQD_wFj5xblpIw_jaFhDDsEzWBDbMzEPsesR-U7oqC1HP3c0BDLy9W_SLrmHAEGnD2etgjQKxepybOx0X9WrzQChvppkydmqDAR8S6vBdEXLZp3RVicXNpWbpZe)

If you don't see the output information, click on the Run once button to refresh it:

![](/files/JsrecJidmaZeT3JIk6o7)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.suggestic.com/graphql/helpful-resources/integrations/building-a-no-code-meal-planning-application/step-1-creating-the-integromat-scenario-and-google-forms-connection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
