cancel
Showing results for 
Search instead for 
Did you mean: 

Need to do a = b

Former Member
0 Kudos

Hello Everyone !

I am using Calculation Action to increment by 1. Now the Result which I get, I want to assign that to a local variable. Can anyone please tell me what action will help me to serve my purpose.

Thanks...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks.. it's working

Former Member
0 Kudos

Hi,

If you simply want increment to a variable than There are many solution to do that

in assignment block you can use

var=var+1

for calculation action after your increment logic in outgoing links you can assign result of your action block to local property.

or you can create your logic as per your requirement

hope this help!!

Regards,

Manoj Bilthare