I am trying to use a counter in an SPD workflow. I am pulling the value of a
field, then adding 1 to it and I want to pull a field in a list where
ID=variable. Here is the pseudocode.
Set tempCounter = listA(counter) where ID = 1
Calculate tempCounter + 1 Output to tempCounter
Retrieve listB(someField) where ID = tempCounter
It won't let me do this because the ID field cannot be compared to something
other than a List Item ID type field. How can I do this?