Assigning a value for already created Variable

Hi,
Let’s assume I have created a variable in the workflow using the Assignment workflow element, and initiated a value. Now I want to reassign a value to the same variable. How can I achieve that?

Thanks and Regards,
Kavindu

Hi Kavindu, you can use any workflow element to reassign a value. So if you have a variable called ‘Counter’ and you assign 1, you can use for example the assignment element again to reassign a different variable. Hardcode 2, or even {Counter + 1}.

1 Like

Thanks @rovech . It worked for me