I'm using Excel to keep inventory, and tracking responses to changes in inventory with Microsoft Forms.
The form is basic, and asks for the item name and change in quantity.
Is there a way to create a flow that will auto update a specific cell in excel?
Specifically, I'd like it to pull the response of the item name from the form, then search the "Item" column of the spreadsheet. When the item name answer from the form equals the Item column, it would update the cell corresponding to the quantity, pulling the answer from another question on the form.
Solved! Go to Solution.
Hi @kzellenr ,
You can use the 'Update a row' action of excel connector to update the cell valus in a specific row.
However, as the pic shown: you need a key value of the key column to get the specific row.
So you need add a column to enter the original value which you want to update in the form.
For example: you want to update the B3 cell.
So you need get the valu 'B' in your form to get the specific row.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Excel connector accesses and manipulates data at the row level, so it pulls the entire row. Examples:
But, it also allows you to manipulate the columns, specific to that row. You just need to build your Flow logic and order in a manner that allows you to manipulate the row and column.
NOTE: The Excel connectors for Flow have very hard limitations, including lockouts of 6-12 monutes and is not recommended for use by most Flow experts. Instead, if you can you should likely use a SharePoint list instead.
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!
Hi @kzellenr ,
You can use the 'Update a row' action of excel connector to update the cell valus in a specific row.
However, as the pic shown: you need a key value of the key column to get the specific row.
So you need add a column to enter the original value which you want to update in the form.
For example: you want to update the B3 cell.
So you need get the valu 'B' in your form to get the specific row.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
68 | |
24 | |
18 | |
16 | |
13 |
User | Count |
---|---|
133 | |
43 | |
32 | |
32 | |
28 |