Hello everyone I’m new to make and im trying to create a scenario where I can take my information from my google sheets and automatically create a presentation on google slides however whenever I try do this none of the information from my google sheets goes over to my google slides instead it just recreates the same template from the google slides with just a different title. Please help.
Welcome to the Make community!
It looks like you are not mapping any values into the Google Slides module
If you need further assistance, please provide the following:
0. Public share link of the Google Slides Template document
Please provide the public share link of the Google Slides Template document
1. Screenshots of module fields and filters
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Uploading it here will look like this:
blueprint.json (12.3 KB)
3. And most importantly, Input/Output bundles
Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
Uploading them here will look like this:
module-1-input-bundle.txt (12.3 KB)
module-1-output-bundle.txt (12.3 KB)
B.
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:
-
Either add three backticks
```
before and after the code, like this:```
input/output bundle content goes here
``` -
Or use the format code button in the editor:
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
This is the link to the google slides presentation:
This is the link for the scenario blueprint file:
blueprint.json (15.9 KB)
Here are the input/output bundles:
[
{
"0": "LYA D FIRST home and office cleaning specialists",
"1": "· 70 Pembroke St",
"2": "· 083 340 0092",
"3": "http://www.lyaf.co.za/",
"__ROW_NUMBER__": 4,
"__SPREADSHEET_ID__": "1YQvDhkng02sT2G0_vCREGDy7Eggp3SWh2c3pL-bitMQ",
"__SHEET__": "Sheet1"
},
{
"0": "Cleaning Services Crew (Pty ) Ltd .",
"1": "· 36 Empire Rd",
"2": "072 508 3548",
"3": "http://cleaningservicescrew.co.za/",
"4": "info@cleaningservicescrew.co.za",
"__ROW_NUMBER__": 5,
"__SPREADSHEET_ID__": "1YQvDhkng02sT2G0_vCREGDy7Eggp3SWh2c3pL-bitMQ",
"__SHEET__": "Sheet1"
}
]
Please help if you can. I’d really appreciate it.