Is it possible to add a row to smartsheet with an attachment when a file is uplaoded to a SharePoint document library? Please let me know. Thanks!
Solved! Go to Solution.
Hi @nauman,
Inserting a row to smartsheet with an attachment is not supported in Microsoft Flow currently, if you would like this feature to be added in Microsoft Flow, please submit an idea to Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Best regards,
Kris
Hi @nauman,
Inserting a row to smartsheet with an attachment is not supported in Microsoft Flow currently, if you would like this feature to be added in Microsoft Flow, please submit an idea to Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Best regards,
Kris
Where is the solution..? It says this was solved.... but the Go to Solution link does not take you to the solution. Help...
Here is what Microsoft has said to me:
I realize that I am late to the party. I found a work around for this, using a premium connector and the Smartsheet API.
My need was when a new row in smartsheet was created, I wanted to create a devops work item and then update that row with the work item id information. Here's how I did it: Capture Sheet Id, Row Id, and column ids using the smartsheet connector, you need these variables for the upate. Created a smartsheet API token in Smartsheet, and initalized a variable in the flow with that information. Created an HTTP connector with the following settings: Method: PUT URI: https://api.smartsheet.com/2.0/sheets/[Sheet ID Variable]/rows Headers: Authorization: Bearer [Smartsheet API token] Content-Type: application.json Body: [{"id": "[Smartsheet Row ID]", "cells": [{"columnnid": "[Column ID to Update]", "value": "[Whatever value you want]"}]}] (No Queries, No Cookies, No Authentication)
Can anyone tell me what Premium connector to use to access the Smartsheet API?
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
User | Count |
---|---|
23 | |
12 | |
11 | |
10 | |
8 |
User | Count |
---|---|
33 | |
25 | |
23 | |
17 | |
16 |