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
-2
votes
1 answer

How can sort data datewise in Appmekar?

In Google Appmekar i need to sort data in datewise so i used below line but didn't work. myDataSource1.query.sorting.inwarddate._ascending(); anyone have idea about appmekar?
priyanka
  • 1
  • 2
-2
votes
1 answer

Google App Maker timezone timestamp not using users device information

I've created an app in App Maker where I capture a timestamp of employee entries and exits from a site Stack overflow project link which works well except for two things: (1) The time stamp is always to a fixed zone and not using the users device to…
-2
votes
1 answer

How to use database data on Event OnBeforeCreate

I want to get the last data created on my database, more specifically the field called: "Saldo Atual" and after this get the form data field "Valor" and make a sum between this fields (the Old one "Saldo Atual" and the new "Valor") before create a…
-2
votes
1 answer

Find and write to next blank cells in a column using App maker

I need help with finding a number from a specific row in column A and write next to its blank cells in two different columns of the same row. e.g Find a number in COLUMN A2, Write to cells in COLUMN B2 and C2. I have currently used filters and it…
Thomas Chirwa
  • 321
  • 4
  • 11
-2
votes
2 answers

Can I make this simple app in App maker using calculated models for demonstration purposes?

I am new to Google App maker and I don't have a lot of experience with coding either (sorry :/). Since App maker is marked as low-coding app builder tool, I assumed it was not that hard to make a very simple app with it. However, for me it is. I…
Del Pro
  • 15
  • 1
  • 5
-2
votes
1 answer

How can I Create app maker to GET or POST Requests to my Node-red?

So,I want to used App maker to create some app that sending data Get or Post request to my node-red. It's was look like Postman but I want to use it form google App maker. Any suggestions? (sorry about my bad english)
-2
votes
1 answer

Cannot set property 'Creating' of undefined

I see there are a lot of questions already about "Cannot set property 'Creating' of undefined". Unfortunately, I can't solve my problems with the other topics. I recently started to work with Google App Maker and am trying to build a project…
-2
votes
1 answer

How to filter by Date

I have a dropdown that have 3 values (Status Values): All, Active, Inactive and a Table with results. The dropdown will filter the table results by the status, this status depends on a field that is from Date value. Active: End_date is null.…
JingleBells
  • 47
  • 1
  • 11
-2
votes
1 answer

How to implement stripe payment in Appmaker?

I am learning the Corporate store tutorials on Appmaker. I am trying to customize the template by integrating a stripe payment method to it. I used stripe's checkout code template. I put this on a function and attached a onclick trigger to run this.…
Dennis
  • 13
  • 5
-2
votes
1 answer

How not to delete a row if it has children

I have a One to Many relation : One row in modelParent with Many row in modelChild In a PanelList with the all modelParent rows, I want to hide the delete Icone on the row if the row has children link to this row. What test should I do ?
Stef
  • 1
  • 1
-2
votes
1 answer

google app maker - Fill text box based on drop down box selection

I am building a google app via the google app maker and have a drop down box with a list of values. What I want is a value to be displayed in a text box based on the value selected in the drop down. So if you select "X" from the drop down "Y"…
-2
votes
1 answer

Cannot run PlusDomains example in Google App Maker

I am trying to run this example code in Google App Maker: /** * The following example demonstrates how to create a post that is available * to all users within your G Suite domain. */ function createPost() { var userId = 'me'; var post = { …
Scott
  • 477
  • 4
  • 20
-2
votes
1 answer

Publish in Web Store

From google drive, I would like users to be able to open files using my new app maker app. In app scripts, you can click register in the chrome web store. Is this possible with app maker? It would also be awesome for users to be able to simply click…
code2081
  • 1
  • 1
-2
votes
1 answer

How to make auto-increment field in app maker from 5000

I have a table of products, and order_ID column that need to start from 5000 I have tried this: if (record.Order_ID) { record.Order_ID = record.Order_ID + 1; } else { record.Order_ID = 5000; }
-2
votes
1 answer

Use Google AppMaker with PHP

I want to know if is possible to use Google App Maker with PHP to obtain a file from an specific folder of my PC and know if the file change. Thanks for your help.
1 2 3
75
76