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
1
vote
1 answer

Upload files to a specific folder from a form

I am a teacher with limited coding knowledge. I am trying to create a google app script so that my students can upload documents from a form. on the form, the student will choose their name from a droplist and I would like the script to upload the…
1
vote
1 answer

Use path/slug after Web App's base url in Google Apps Script

I'm looking to make the url by adding a path which is something like this below in Google Apps Script: https://script.google.com/macros/s/APP_ID/exec/fileName.txt How can I achieve this for Web App service?
1
vote
0 answers

How to append a datasource in Google App Maker in realtime and on clientside?

I have an Accordion widget that is connected to a datasource 'Projects'. I have a list of all the projects and their details. However, each record in the projects datasource has a string field called "Project Type" which can contain one type or…
1
vote
1 answer

Can this query be changed to add an or?

I'm not sure how to change this query in google app maker language var query = app.models.folders.newQuery(); query.filters.requestId._equals = request; query.filters.filecount._equals = null; var total = 0; var recx = query.run(); So…
J. G.
  • 1,922
  • 1
  • 11
  • 21
1
vote
2 answers

Google App Maker will soon be deprecated. What alternative will App Maker experts like Markus Malessa move to?

Markus Malessa has provided some fantastic answers to Goole App Maker questions here on Stack Overflow. However, App Maker will soon be decommissioned. What will be the preferred alternative for App Maker experts like Markus?
Benoît Cerise
  • 522
  • 5
  • 14
1
vote
1 answer

Able to delete, but no confirmation

I have question for Google App Maker. I need a delete confirmation for every record on table. I already learn this url Dynamically Bind Data source to app maker popup, but It's not work with my case. What I did is : a. On delete button, I set…
MSFajari
  • 21
  • 3
1
vote
0 answers

How can I read a zip file from Google Drive using Google App Maker?

I'm building a Google App Maker app which will allow the user to select a zip file from Google Drive, unzip the file and load it into a database. I found the follow script which I've tried calling in a server script but I'm getting the error…
1
vote
0 answers

Is there a widget or code that will allow ios camera access?

Google appMaker beginner: It appears that Google appMaker doesn't have a native Widget that supports use of the device camera. I would like to explore the possibility that someone has solved this problem.
1
vote
0 answers

Appmaker: Date returned from Google sheets is wrong

I made a script in appmaker that takes the date inserted in Google sheet and displayed in appmaker. The date is prior by one day.If I insert in Google sheet 10-08-2018 it gets in appmaker 2018-10-07 I don't know why?! Here is the code in…
1
vote
0 answers

How to clone a record and create a new records in app maker?

I have a table. I want to clone a record. I added a button and in the OnClick event I have tried var rowDataSource = widget.datasource; // Instead of using the row datasource for create, explicitly use the data source of your list. var…
1
vote
2 answers

Google App Maker table query _notContains doesn't work

App Maker > Page > Table > Events > onAttach works: var datasource = widget.datasource; datasource.query.filters.readByUsers._contains = 'Susanne'; datasource.load(); doesn't work: var datasource =…
1
vote
0 answers

GSuite App Maker - how to pivot datasources

I have a simple app that takes attendance for a list of students. There are two datasources, a students table with first name, last name, id, and site, and an attendance table with first name, last name, date and present. I want to be able to log…
Sledge
  • 1,245
  • 1
  • 23
  • 47
1
vote
1 answer

How do I call a REST Google Cloud API from AppMaker?

I want to call the Google Cloud AutoML API from AppMaker, but it's hard to figure out how to do that. How do I make a REST call to Google Cloud from AppMaker?
1
vote
0 answers

How to fix the position of the label of textbox In Google app maker?

I was trying to create a form using Google app maker. And I created a field textbox. I created a box using CSS. But the problem I'm facing is the Label of the box is floating. Like when I first enter in the form the label for the textbox "Enter your…
rrrrrrrrr
  • 222
  • 3
  • 9
1
vote
0 answers

Google App Make: Unable to choose Cloud SQL option for deployment

I wish to run an App Maker application as a specific user and have created an account specifically for deploying with "run as the developer". Using my normal account I have no issues deploying but when using the new account I do not get any options…
Sketchy
  • 11
  • 2