最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Move Excel files (from outlook) to Smartsheet using Power automate - Stack Overflow

programmeradmin3浏览0评论

I'm looking to automate the process of moving daily Excel file attachments into Smartsheet. My ideal solution would append all these files to a single table, although uploading them as individual row attachments would also be acceptable.

So far, I've set up a Power Automate flow that filters for Excel files when a new email arrives. However, I'm encountering an issue with the HTTP request action—the URI keeps returning an error stating "Enter valid URI." Despite verifying the URI configuration, the error persists.

I've also tried parsing the data as a JSON, but that doesn't work either

Can anyone provide guidance on how to properly move these attachments into Smartsheet using Power Automate?

I'm looking to automate the process of moving daily Excel file attachments into Smartsheet. My ideal solution would append all these files to a single table, although uploading them as individual row attachments would also be acceptable.

So far, I've set up a Power Automate flow that filters for Excel files when a new email arrives. However, I'm encountering an issue with the HTTP request action—the URI keeps returning an error stating "Enter valid URI." Despite verifying the URI configuration, the error persists.

I've also tried parsing the data as a JSON, but that doesn't work either

Can anyone provide guidance on how to properly move these attachments into Smartsheet using Power Automate?

Share Improve this question asked Mar 8 at 0:14 dhk02dhk02 114 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

[sheetid] and [rowid] are expected to be populated with the ID's of the relevant objects. They are nothing more than placeholders.

https://smartsheet.redoc.ly/tag/attachmentsDescription#section/Post-an-Attachment

You need to get the sheet ID and the row ID and then replace them in the URL.

Think about it, how does it know which sheet and which row you want to upload the attachment to? It doesn't know unless you provide it with the relevant ID's.

发布评论

评论列表(0)

  1. 暂无评论