Questions tagged [google-app-maker]

DO NOT USE for new questions. The google-app-maker tag is used for questions about the deprecated Google App Maker. It was deprecated in 2021.

The tag should be used for questions about Google App Maker.

NOTE: Since April 2020 no new App Maker apps can be created. It was shut down on January 2021. Ref.

App Maker was a low-code, application development tool

1130 questions
3
votes
1 answer

Store Default date as Today's date column in Appmaker

Is there any configuration option available in Appmaker to Store Today's date as Default in a column record in Appmaker data source? The current configuration directly provided an option to select date only, no option to write a script which can…
user9724193
3
votes
2 answers

How to set current item in App Maker datasource?

This seems basic but I can't seem to figure out how to manually set the current item to work with from the datasource? To illustrate: I have a table and I notice that when I select a row to edit a field, the item of that row becomes the current…
bbx
  • 108
  • 9
3
votes
2 answers

Show/Hide columns in App Maker Table?

Is it possible to allow the user to dynamically show or hide columns in the Table widget? Or would that require creating a custom table? If a custom table, what would the basic steps for that be? Any assistance is much appreciated. Thank you.
bbx
  • 108
  • 9
3
votes
1 answer

Connection from App Maker to Cloud SQL is locked

Cloud SQL is locked, it tells me to contact Admin to unlock. I've created Cloud SQL instance with service account "appmaker-maestro@appspot.gserviceaccount.com" on IAM & ADMIN. But App Maker doesn't see it. Added some tables by dbForge - it didn't…
3
votes
1 answer

Adding google groups to roles

I feel like I'm missing something here, looking at the documentation on roles for App Maker this shouldn't be an issue. Add members to roles However after testing this with a couple of different groups one created through GCDS (Active Directory…
3
votes
2 answers

Export data from Google AppMaker Datasource automatically

Does anyone know how we can generate report from data in datasource in Google AppMaker automatically (e.g generate report at 12a.m.) instead of manually click export data in deployments every time user need the report. I have seen something similar…
alep
  • 135
  • 12
3
votes
1 answer

How can I link my spread sheets to App Maker?

I'm a new user of App Maker and I've just started coding with Google App Scripts, so basically I don't know so many things about the subject, and today I'm working on a app that already exists at Google Sheets, and I have to recreate it using App…
3
votes
1 answer

Google App Maker how to create Data Source from Google Contacts

Using GoogleAppMaker how to create a data source from google contacts. There is an employee HR example app but I want to similarly manage contacts (add, modify, delete) and use select criteria.
Collin
  • 31
  • 2
3
votes
0 answers

Error when Creating New Item in datasource with relationship

I have a ONE to MANY relationship setup between two datasources (longer explanation is here). I am intermittently getting errors when trying to create or edit an item in the non-owner datasource. Thu Oct 19 11:59:20 GMT-700 2017 Drive Table…
Adam Bergeron
  • 535
  • 3
  • 11
3
votes
1 answer

Trying to total columns for relation datasource

I am putting together a PO Request manager. I have created one model: PORequests Then created a ONE to MANY relationship with another model: Items Table on the left is the datasource: PORequests. The table on the right is PORequests:Items…
Adam Bergeron
  • 535
  • 3
  • 11
3
votes
2 answers

Trying to understand sorting in the Table widget for a Page

I am trying to understand how sorting works in Table widgets works when loading a page. For most of my pages using the Table widget, the page loads sorted by the first column. I do see the below code in the onAttach event for the Table panel in a…
3
votes
0 answers

Google App Maker not recognizing an email as a group email for app restriction

I've developed an application on Google App Maker and have been getting troubles on restricting access on to specific users. I know we could restrict users using groups but when I put the group email under the 'Application Access' the icon on the…
mchua
  • 71
  • 5
3
votes
1 answer

How do I open a dialog or page to a specific record in Google App Maker?

I have an "edit" button on each row in a table of records in Google App Maker. When the user clicks this button I would like the dialog/page that opens to be editing the record the user clicked on. Ideally, the answer would work with the…
rgmrtn
  • 155
  • 5
3
votes
4 answers

Print Friendly Page

So I would like to be able to have a print button for entries in our database so users can print an entry via a print friendly "form". My thought was to create a separate page, add labels and have those labels pull the relevant information. I know…
Adam Bergeron
  • 535
  • 3
  • 11
3
votes
2 answers

Can't do custom CSS Style on TextBox in Google App Maker

So I can create custom CSS styles for various widgets (Sample: Dropdowns) *.app-Dropdown--RobotoBolded { font-family:'Roboto Condensed'; font-weight: 600; font-size: 15px; text-align: right; align-items: center }* No problems calling out…
Adam Bergeron
  • 535
  • 3
  • 11
1
2
3
75 76