Hi everyone,
I’m wondering if anyone has ever developed a script (using Apps Script, Python, or any other tool) to automatically extract data from an AppSheet app and generate a comprehensive and detailed structure of the application, including:
Tables and their columns
Views
Actions
BOTs (processes, events, tasks, etc.)
Behaviors and expressions
Possibly security filters or sync settings
The goal would be to document the app or better understand its overall structure, especially for complex projects or team collaborations.
If anyone has worked on something like this or has any suggestions or examples, I’d really appreciate your input!
Thanks in advance 🙂
Jee
Solved! Go to Solution.
AppSheet does have a documentation option.
The option is under Settings --> Information --> App Documentation
At the bottom of this option, you can click on the link to get the app's documentation in another browser page.
You can then save it to PDF or print it.
Please explore it.
AppSheet does have a documentation option.
The option is under Settings --> Information --> App Documentation
At the bottom of this option, you can click on the link to get the app's documentation in another browser page.
You can then save it to PDF or print it.
Please explore it.
Thank you!! I was too impatient when looking at this the other day and thought it was JUST showing me what I had written about the app. What a time saver!!!
i need this
Open your app's editor, open dev tools, go to the console, and type window.currentApp(), click enter, and see the magic. I leave you to it but I can say that you can find pretty interesting stuff there 😃 If you know JS you can play with this even in the console. Hope it helps!
User | Count |
---|---|
18 | |
13 | |
8 | |
4 | |
2 |