Hi folks,
I'm a newbie for Appsheet and trying to create my first app.
The app is to search stocks from users' input;
Whats the issue is at Step3 and Step5. Input View has Save/Cancel buttons, but I want to display "Submit" instead of "Save" and put it at side by input box. Also not to show "Cancel".
And show alert dialog when (a part of) values are not found in database; like getUi().alert('message') on Google Apps Script.
How can I achieve these?
Thanks in advance!
Solved! Go to Solution.
To customize default system text, change localization settings.
Consider whether it would make sense to add the product-id database as a table in the app rather than relying on automations.
AppSheet functionality does not include some of the UI customization that you ask about.
To customize default system text, change localization settings.
Consider whether it would make sense to add the product-id database as a table in the app rather than relying on automations.
AppSheet functionality does not include some of the UI customization that you ask about.
Thank you for your reply. Now I can set "Submit" as your suggestion.
Product information in our database has 5,000,000+ records and is stored in BigQuery, so it is difficult to move(copy) it to App table. I'll try to this in another case.
Many thanks!
@Shu wrote:
5,000,000+ records
That's indeed beyond the Limits when using a BigQuery data source.
Yes, so I get result via Google Apps Script+BigQuery API through "Call a script" in automation step.
User | Count |
---|---|
18 | |
15 | |
10 | |
7 | |
4 |