Sign in to join the conversation:
Can Smartsheet integrate with Microsoft Flow and be triggered by a Smartsheet row update vs a sheet update.
I want to flow updates from my Smartsheet by row/item to a SharePoint list by item.
Hi Brooke—
Looks like Microsoft Flow has some examples of different flows you can use: https://flow.microsoft.com/en-us/connectors/shared_smartsheet/smartsheet/
I'd recommend reaching out in the Microsoft Flow forums as well and possibly contacting Microsoft support for details on how to create a flow that meets your specific needs.
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…
Is new python sdk available for new end points. Is Sunset date moved to Jun-2026
I have a report that beautifully aggregates data from 70+ sheets. I need one column from that report to populate a helper sheet that I have: Source Sheets > Report > Helper Sheet As the report grows with data, I want the helper sheet to grow with it without manual intervention. Ergo, the API question. Here's what I know…