HELP Google Sheets cannot reference all prior modules in scenario

Hi everyone,

I have a scenario setup that works great except I have tried to add a google sheets module as the final step with difficulty. Once I add the module, it will only reference the prior two modules. I used the AI agent to manually map it to the first module, but it gives an error when I run it. Please see the following screenshots.



You have no access to the gray area.

If you need data from the inside, like the “search a row” module, you have to implement a “set multiple variables” module inside the gray area and map the needed info inside.

After the gray area, add a “get multible values” module with the values you added in the “set” module.
Now you should see the wished data, and you can map them into the Google sheet.

@Daniel_Muller I added the set variables in the gray area, then put a get variables outside and ran the scenario. I am unable to reference the set variables in the get variables module.

What is the gray area and why is it there?


In the get module, you only have to enter hardcode/written the name you gave the variable in the set module. When the variable in the set module is called XYZ, then you enter in the get Module XYZ.