I have an Apps Script for google sheet, which i want to execute at a specific time. I will command through make when to execute that script. How I can do that? I am at a stuck.
@Tipu_Rahman
Hi, deploy it as a web application in Google Apps Script for everyone to run.
The URL of the web application is displayed, so simply copy it, paste the URL using the HTTP “Make a request” Module, and execute it with GET/POST.
Google Apps Script must include the doGet/doPost functions.
Also, if you update the code, you will need to redeploy it with the new version.
Welcome to the Make community!
Please see also: