When I look at my flow, it seems to be running and running. The trigger is set to run when an item is created or modified in my SharePoint list. The list was last touched yesterday.
Hi @Portland ,
It is an expected behavior since the trigger is when an item is created or updated and you add a Update item action in the flow, it would cause a loop.
You could take a try with solution below:
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you, after reading, I see this is a long standing issue and it appears three changes are required to my flow.
1. Add a Compose Data Operation. What would I type in here?
2. Add a hidden column (hdnCalc) to SharePoint to store a value
3. In the Update action, I need to add the Output of the Compose to the hdnCalc field
I think this might be better.. but don't think it's a fix. Also, just tested for the first time only entering one name into my list and it failed to add the one name to the list. Changes are:
SharePoint =
Created new hidden column "hdnCalc" (Single line)
After
When an Item is Created or Modified
Inserted Compose =
User | Count |
---|---|
92 | |
45 | |
21 | |
18 | |
16 |
User | Count |
---|---|
136 | |
49 | |
42 | |
36 | |
28 |