Hello!
I am trying to build a flow that creates a copy of an excel file in share point, then, I want to update a row in this file that I created. I am using a dynamic file naming, meaning that I use an HTTP request to Sharepoint to search for the file.
The issue I am having is that, when I use the dynamic name in update a row, it asks for the item properties, and I don't know what to put in that field.
Solved! Go to Solution.
Hi!
Just guessing if same approach as with "Add a row into a table" can be applied also for "Update row"
Hope this helps
Proud to be a Flownaut!
Hey Mate,
It see you are using the Dynamic content in the *File, can you select the actual file and then try?
One of the reason for the he error that you are getting is because the column was deleted\does not exit from the excel file.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey, @CFernandes
I already tried to use an actual file, and it worked, but for my flow, the file that I want to update the rows, doesn't exist yet, because it is the flow it's self that creates this file, and that's why there is dynamic content in the file name.
Hi!
Just guessing if same approach as with "Add a row into a table" can be applied also for "Update row"
Hope this helps
Proud to be a Flownaut!
If you having the parameter "Provide the item properties" with required field that means power automate doesn't recognize the schema of your input so you need to provide input in JSON format. for eg.
{
"[Column Name]": "[Value]",
"[Column Name]": "[Value]",
"[Column Name]": "[Value]"
}
Reason for my problem with excel that I have used dynamic excel file name and table, in some cases you may have other reasons for this.
Thanks, Appreciate efforts if it helps you 🙂
You made my day!
Thank you very much.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
91 | |
58 | |
42 | |
39 | |
37 |
User | Count |
---|---|
84 | |
72 | |
56 | |
56 | |
43 |