Skip to main content

Hi All,


I created a data field under "Process/Activity Data" category -> "Data Fields" -> "Process". I name it "Counter", set it as Integer.


I am able to assign 0 through data event.


If erred out, when I tried to do dynamic assignment through data event.


 


In data event "Desitnation" field, I put my "Counter" field.


In Source field, I tried to put "Couter + 1", or "To Integer(Counter) + To Interger(1)", but all failed.


What could be the problem?


 


thanks,


David

It should work and you are not doing anything wrong here however you can try with the following as well:


"To Integer(Counter)" + 1


This can be achieve using the Expression using the following steps:


Put Data field "Counter" in Source.
In Destination, select Expression and drag the data field with "+ 1"


Counter +1


 


 


This can be achieve using the Expression in destination. Expression provide the calculation like +, - , *, you need to put data field in expression and than


+ 1


 


Hope this will help.


Reply