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!
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!