1
0
-1

Hi, how can i get value of id/primary key for current form?

As example, i want to retrieve any id field using this hash variable.

#form.myTable.fieldId#

But i cant get the value for attribute id if using hash variable like this #form.myTable.id#
    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Form Data works as well Hash Variable - Knowledge Base for DX 8 - Joget | COMMUNITY like the one you're showing. 

      Example: your table is registration. to get the primary key is:

      #form.registration.id#

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

        Hi,

        try using 


          CommentAdd your comment...