How to increase variable value

I’m thinking of putting the phrase’success’ in Excel and +1 SucNumber if the process went well in Process.
But while the sixth process runs, SucNumber only prints 1.
What should I fix?

Hi @Bobae_Lee

I think it should be Sucnumber = Sucnumber+1 in assign, because it will assign values for Out_successcount and not Sucnumber.

Hi @Bobae_Lee
can u share the process screenshot completely?

How do I put it as an argument at the end?

This process is inside the loop I hopes , once loop ends of you put a log we can see if the count increased or not.

If that doesn’t help please share the workflow so we can see where we need to do the modification.