1
0
-1

I'm working on a project where I need to obtain the ID of a form before saving it to the database. This ID is automatically assigned when it's saved in the database, but I need to access it before it's saved. Could someone guide me on how I can achieve this?

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      You can use #form.tablename.id# or

      You can use ID Generator to generate your ID. It increments the value of the variable used in it.
      You can get the variable value using hashvariables which can give you the info on what the next ID is going to be


        CommentAdd your comment...