1
0
-1

hello everyone 

i use a grid form 

and the value of it saved as json 

i need a field from json cause i use it in the process and initialize it as workflow variable 

how to return it from json ? and how to use it inside the tool process ? 


i do not put a json 

but the form grid just saved it as a json 

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi Nihal,

      You should use multirow form binder when using a formgrid if you want to access a value of a specific field later on.
      It will store the data in a separate form/table instead of storing it in a JSON format

      Multiple Form Row

        CommentAdd your comment...