Sign in to join the conversation:
Hello,
I need to connect Google Excel (Google Drive) to Smartsheet so that I can have updated data on Smartsheet.
I need to know what is the best solution.
Smartsheet connector is a one way connection - From Smartsheet to Excel(or other App). It cannot pull info from External sources. For that you need to use other Apps. Which is best for you will depend on what you need to do and what your budget is. Some example s are:
Azuqua :https://www.smartsheet.com/apps/azuqua
Zapier :https://www.smartsheet.com/apps/zapier
Appsheet: https://www.smartsheet.com/apps/appsheet
There are Others depending on exactly what you need to achieve.
Visit :https://www.smartsheet.com/apps
Hi @Mark99 - This is a great post! I work at an iPaaS company called Azuqua which works to solve automation and integration problems like this. Would you mind telling me what exactly you're looking to do with Google Drive and Smartsheet?
I am attempting to use the Python example for Listing Folder Children from the API Reference Docs. No matter what I do I get the following error message: {'errorCode': 1006, 'message': 'Not Found', 'refId': 'qgsta7'} =======CODE======= import requests import os from dotenv import load_dotenv from dotenv import…
Hi all. Just started work on the pending API deprecations and after changing my Maven Test POM to specify the 3.10.0 library (and only this library as a dependency I'm getting the error thrown (see attachment). Do I need to specify transient dependencies explicitly? Thanks, Todd.…
Hi At https://developers.smartsheet.com/api/smartsheet/openapi/rows/rows-addtosheet the documentation says that a 'permaLink' attribute can be returned, "if the include query string parameter contains rowPermalink". So I've set my POST request to: /sheets/#{sheet_id}/rows?include=rowPermalink and sadly had no luck. I have…