Hi
I have som strange behaviour with a flow that worked initially, but now when the list has grown it does not always work. Following is the image of the flow in place. Please if someone have any ideas/suggestions do post them here... Thanks!!!
Solved! Go to Solution.
Hi @Zoran ,
Could you please tell if the Saldo column a calculated number column?
If so, you have to know that the calculated column value would change after the modification trigger widow end token so it has not been changed to 0 yet. You will find the condition result was false at that time.
To solve this problem, the easiest way is using add() function to get the calculated value directly:
Please have a try and hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Yes, Saldo is calculated number column and I have made the change you suggested.
Now I will wait for a week to see if it helped, ifs then I'll accept the solution.
Thanks for helping out 🙂
BR / Zoran