First of all, thank you @Tanaike for the answer.
First goal: I have a Google Forms, and I want to program an automatic report on Google Slides.
Then for each question (text format) on Form, I want put this response that will be on Form's spreadsheet in a label text at Google Slides.
It would be a text label for each page on Slides. I have 4 questions on Forms, then the slide should have 4 pages, each page with the answer of each question.
I thougth it was possible just with built-in functions of Spreadsheet. That leads me to second goal:
Create a script on spreadsheet with trigger start "on save". This script will take each cell's content and will put on each Google Slides' label text.
Any help will be apreciated!