I am very basic user of Flow. I need some help here.
My requirement is to pull Sharepoint list to SQL. I used https://docs.microsoft.com/en-us/flow/odata-filters to achieve the same.
Update logic works well, however when i insert a new record, thought the flow is successful, it is not inserting any rows. Run history showing this process (Insert Row) disabled.
Solved! Go to Solution.
Hey @NishanthV1
Based on the screenshot, the apply to each loop is being run but there are no items that it can iterate on and so the SQL action is not getting executed. Basically this means that value that you are providing the apply to each control is an empty list/array. Can you check and confirm that there are items being returned in the value passed in the apply to each loop?
Hope this Helps!
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 @NishanthV1
Based on the screenshot, the apply to each loop is being run but there are no items that it can iterate on and so the SQL action is not getting executed. Basically this means that value that you are providing the apply to each control is an empty list/array. Can you check and confirm that there are items being returned in the value passed in the apply to each loop?
Hope this Helps!
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!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
8 | |
6 | |
5 | |
3 | |
1 |