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,
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 |
---|---|
48 | |
17 | |
15 | |
12 | |
12 |
User | Count |
---|---|
58 | |
40 | |
24 | |
20 | |
19 |