
Hello everyone,
I'm trying to build a flow that increments the value of an item in a column by 1 after getting the value of the last item. I used the get items action...etc to achieve this. However, on testing the flow, I realised that when the value of the last item gets to 9 it never changes. So after 9 every time I test the flow, the "get items" action keeps getting 9 as the value of the last item. I have no idea how to fix this. I've tried to check my flow again and again even though the run returns as successful each time. I can't seem to find any reason for this defect. Pls, does anyone have any ideas what the problem could possibly be?
Without further information, this could be anything 🙂
One guess: Your ID is stored as string and therfore "9" is greater than "10"