Solved

Math Operation not calculating past 10

  • 9 March 2023
  • 1 reply
  • 39 views

Badge +1

I have a workflow that performs a math operation to add 1 to a number to give a reference, however, it’s stopped working when the reference number gets to 10, how do I get this to to increase past 10

 

icon

Best answer by DonnaA 9 March 2023, 16:23

View original

1 reply

Badge +1

Managed to fix it myself, got the query list to sort via the ID.  The string value shows the 1 in 10 as  a lower integer of 9, so will always convert to 10.

Reply