1
0
-1

hello everyone 

i put a variable inside form 

then i change its value inside process , so the value changed as expected inside form 

put in the list it is not change, the list just save the default/first value, although the value inside form different from the value inside the list 

how to solve this problem please?

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      hi nihal,

      you can use hash variable for update data the form with process and use update form too plugin 

      and then value for column status the sample is  : #variable.status#

      Update Form Data Tool

      thank you.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Pretty vague.
        But i presume you change the workflow hash variable using beanshell or something to update ONLY the workflow hash variable in the process (e.g


        If that's the case, you'll need to update the form data as well. Use Update Form Data Tool Update Form Data Tool - Knowledge Base for DX 8 - Joget | COMMUNITY

          CommentAdd your comment...