Hi All, I am trying to recall a data item in the App Script. Here is what I have:
What do I need to set in the Data variable to read the parameter [Id]?
Solved! Go to Solution.
I did actually manage to resolve the issue. To recall the data this is what is required:
In your script, you access the value that was passed into the parameter through the parameter argument:
So your code to build the data object would be:
var Data = {
Id: Parameter1
}
_______________________________________________________________________
Here's a link to the first of a series of apps that shows how to create an app that integrates generative Ai: https://www.appsheet.com//templates/ChatGPT-in-AppSheet?appGuidString=07b05f62-3865-4e9a-823c-a08640...
Inside there you can see:
NOTE: this app is built around an older OpenAi model that's no longer in use. But that's not the point; the point is to demonstrate how to use scripts. ๐
I did actually manage to resolve the issue. To recall the data this is what is required:
User | Count |
---|---|
17 | |
11 | |
11 | |
8 | |
4 |