Hi!
I'm trying to call Apps Script from an automation, but it doesn't work for me.
I want to copy AppSheet's data to Google Sheet.
1. Google Sheet is like this:
ID : 1f3QY4Py34LC2**************************
2. Google Apps Script is like this :
3. Automation is like this :
Could you please help me?
Thank you.
Note that a Task is not the automation itself. It is only a step that can be called from an automation. Have you created a Bot with an Event and a Process that calls your newly created Task step?
@WillowMobileSys Yes, I did. There is an event that trigger the task.
I think that the event trigger the task properly.
But Apps Script seems to matter.
Thank you.
You need to confirm if the script is actually getting called. I would insert some test code into the script to allow you to confirm. Maybe send yourself an email?
Title : To copy "AppSheet Data" to "Google Sheet" by Apps Script
Like below image, I have copied the sentence column of AppSheet to sheet1 of Google Sheet(targetFile).
<AppSheet Data : sentence column of SENTENCE table>
.
<Google Sheet : sheet1 of targetFile>
Explanation
step1 : Apps Script
<task>
โป For 2D array, I used List function : List(SENTENCE[sentence])
- THE END -
I hope it is helpful.
User | Count |
---|---|
18 | |
9 | |
8 | |
5 | |
5 |