Run automations from data in Google Sheets?

Former Community Member
Not applicable

We just updated the primer to version 1.1. This has a brand new use case that allows processes to be triggered from data in Google Sheets. Please check it out and let us know what you think!

4 9 483
9 REPLIES 9

It works when I run it from the app, It doesnโ€™t work when I enter directly into Google sheets. Iโ€™m not sure if itโ€™s supposed to, but here is the error messageโ€ฆ

from the Google Apps Script Execution history, Iโ€™m getting this when I add to my leads or โ€œcontactsโ€ table.

{"Message":"No HTTP resource was found that matches the request URI 'https://www.appsheet.com/api/v2/app-events?type=ADD'.","MessageDetail":"No action was found on the controller 'PublicAPIV2' that matches the request."}

I generated a new api and used the table name at the end of itโ€ฆ

Jan 4, 2021, 1:01:09 PM Info whenEdit function called
Jan 4, 2021, 1:01:09 PM Info {โ€œauthModeโ€:โ€œFULLโ€,โ€œrangeโ€:{โ€œcolumnEndโ€:7,โ€œcolumnStartโ€:1,โ€œrowEndโ€:3,โ€œrowStartโ€:3},โ€œsourceโ€:{},โ€œtriggerUidโ€:โ€œ5788092โ€,โ€œuserโ€:{โ€œemail":"corpitappsheet@gmail.comโ€,โ€œnicknameโ€:โ€œcorpitappsheetโ€}}
Jan 4, 2021, 1:01:10 PM Info {โ€œdataโ€:[{โ€œFirst Nameโ€:โ€œMattโ€,โ€œLast Name":โ€œBrownโ€,โ€œEmailโ€:"mbrown3@ebsco.comโ€,โ€œCompanyโ€:โ€œEBSCOโ€,โ€œDateโ€:โ€œ2021-01-04T06:00:00.000Zโ€,โ€œFollowupRequestedโ€:โ€œYโ€,โ€œFollowupAfterDaysโ€:10}],โ€œtablesโ€:[{โ€œapi-keyโ€:โ€œV2-VKbyn-s3J91-6as5j-hCJoM-yMCBE-EkWkP-6qXu1-5vSR9โ€,โ€œtable-nameโ€:โ€œContactsโ€,โ€œschema-versionโ€:โ€œ1.0โ€}]}
Jan 4, 2021, 1:01:10 PM Info https://www.appsheet.com/api/v2/app-events?type=ADD
Jan 4, 2021, 1:01:10 PM Info {โ€œMessageโ€:โ€œNo HTTP resource was found that matches the request URI โ€˜https://www.appsheet.com/api/v2/app-events?type=ADDโ€™.โ€,โ€œMessageDetailโ€:โ€œNo action was found on the controller โ€˜PublicAPIV2โ€™ that matches the request.โ€}

Hi Matthew. The add-on needed to make this work has now been released. It can be accessed with this link: https://gsuite.google.com/marketplace/app/appsheet_events/592572205846

Please install that add on, add your API-Key, and try again

Does this look right? i see a lot of xโ€™s

does the api key still need to be the key from the app + table name?

Hi Matthew,

The API Key is now just the key by itself. it should be in a form similar to: V2-7Dtmy-XXXXX-XXXXX-XXXXX-XXXXX. Your key seems to be in a url format; this should not be the case. It should be the key from Manage > Integrations > IN: from cloud services to your app. You should enter the complete key (unmasked), and it will be displayed in a masked form.

Temi

Ok, thanks Temi. I have the correct key now.

I tried to update the key but the add-on doesnโ€™t seem to allow it.

I removed it, reinstalled, but do not see it anymore in the add-ons (just the normal appsheet add on). Is it a delayed install?

Hi Mathew,

You shouldnโ€™t have to uninstall the add-on. Your should be able to delete the key and add another key. Also, if you uninstall and install again, the add-on should show up immediately after you refresh the google sheets window.

One thing to note is that even if you re-install, the bad key will still be there, so you will need to remove that key and add the correct key. Please let me know if you are still having issues after that.

Thanks,
Temi

Ok, thanks Temi - It is working.

My issues was - I have 3 google accounts. One is a gsuite and it was trying to do a domain install.

I went to incognito and it worked better.

After that, worked perfectly.

Awesome! Glad to hear it!

this add on doesn't seem to work in my app. I have the add on in my google sheet, which is connected to the app and still when i submit a form this does not trigger the bot i have created. 

I don't see an option to check/update the API key in the add on 

 

Top Labels in this Space