| | | Supreme Being
       
Group: Forum Members Last Login: Monday, February 15, 2010 Posts: 47, Visits: 138 |
| How can I capture the comments in Chioce Action I tried ActionName+"Comment" and ActionName+"CommentChoice" but without result |
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, June 02, 2011 Posts: 90, Visits: 150 |
| Try declaring the variable in the following format.
'^'+ActivityName+'CommentChoiceStatus'.
Eg: If Choice activity name is Choice1, then declare the variable of type string as ^Choice1CommentChoiceStatus.
Regards,
Moderator |
| | | | Supreme Being
       
Group: Forum Members Last Login: Monday, February 15, 2010 Posts: 47, Visits: 138 |
| thank you the result is Comment Given By mary on 08/02/2010 @ 08:45:20 ص [Decision taken : ] dddddddd
but if I want only ( dddddddd ) how can i do that(I know that I can use script action and split (^Choice1CommentChoiceStatus)
but do you have simple way |
| |
|
|