Hi there guys,
So i had a flow that was working perfectly well with what i wanted it to do, however it has all of a sudden stopped working.
The flow returns the number of occurences within an excel sheet, after data from different SP list has been added, and then updates a row with this number. It did this perfectly and would count 2 in the updated row if theres was two occurences of the same name, and 1 if 1. However, it has stopped working so that it returns 1 no matter how many occurences there are of a name, and more so it only counts the first entry in the sheet.
I have not changed anything at all, but as I said it stopped working, i have looked at it for hours now, and can't figure out what has gone wrong, if anyone has any input to what it might be, that would be very much appreciated, see flow below:
Length expression = length(body('List_rows_present_in_a_table')?['value']).
Hope anyone can spot the bug here, thanks in advance.
- Tobias
Solved! Go to Solution.
Hi @Anonymous ,
What seems to affect the result in your Flow configuration is the number of elements contained in the array variable.
And the number of array elements depends on the eligible items contained in the List. If you have not changed any configuration, but the result of Flow execution is not as expected, you should check whether the corresponding Data Source (SharePoint List)has changed.
You could try to check how the latest Flow run history differs from the previous successful Flow run history to find out why the current Flow execution results are not as expected.
Best Regards,
Hi @Anonymous ,
What seems to affect the result in your Flow configuration is the number of elements contained in the array variable.
And the number of array elements depends on the eligible items contained in the List. If you have not changed any configuration, but the result of Flow execution is not as expected, you should check whether the corresponding Data Source (SharePoint List)has changed.
You could try to check how the latest Flow run history differs from the previous successful Flow run history to find out why the current Flow execution results are not as expected.
Best Regards,
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
31 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
51 | |
22 | |
12 | |
11 | |
9 |