I have been working on building flow to automate data from excel to MS list. The flow seem to run successfully. When I open List to see the result, it show blank column. Basically, when I read the raw code in power automate, it run to 'update item' where it update blank value into the List, when I suppose to not update or just overwrite the existing row. Does anyone has experience with this issues? What is the problem causing it to error like this?
The logic of your flow needs to be adjusted. Looping through each row of your Excel table and running the Get Items action as well as a condition check is inefficient.
It's hard to see the full logic of your flow with the screenshots you've shared. Toggle off the New Designer and click each action to expand it. Upload a screenshot of your flow in edit mode.
I can only assume that you are wanting to cross-check your Excel table to the data in your SP list. If this is the case, you may be interested these YT Tutorials:
Did you know that the Condition action has a limit of 10 conditions? Although it might look like the Filter Array action can only accept one condition—this is not true. By using the advanced mode you can enter multiple conditions into a Filter Array action with an expression.
IN THIS VIDEO:
✓ 3 Ways to Use the Filter Array Action
✓ How to use the Scope Action to Group Actions
✓ How to Check the Number of Items returned from a Filter Array Action
✓ How to Cross-Reference Data in Excel with a SharePoint List
✓ How the Filter Array Action Works
✓ How to Access the Dynamic Content from a Filter Array Action
✓ How to Filter Items by a Key
✓ How to Filter Items by Matching a Substring
✓ How to Use Multiple Conditions in a Filter Array Action
In this tutorial—I’m going to show you a quicker way to get the dynamic content from your Filter Array action—and it doesn’t require writing an expression.
IN THIS VIDEO:
✓ How to Loop Through Filter Array Results in Power Automate
✓ Using Apply to Each with Filtered Arrays
✓ The Easiest Way to Access Dynamic Content from Filter Array
✓ Fixing Nested Apply to Each Actions
✓ When to Use Value vs. Body Dynamic Content
✓ Simplifying Power Automate Flows with Filter Array
✓ Troubleshooting Filter Array and Apply to Each Issues
Hope this helps!
Hope this helps!
Consider giving me a ❤️ if you liked my response!
👉 Level up your Power Automate skills by checking out my tutorials on YouTube 👉 Tips and Tricks on TikTokand Instagram
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.