1
0
-1

I have 1 form that I will input data into 
and when i press save i want to save data into another table 

here is my code for the post processing tool



but then inside my list there isn't anything being actually generated 




why isn't not working ??



    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      Table & Column Naming

      • For database tables created by Joget Forms, Joget adds a "c_" in front of table column names (or "t_" if your column name starts with a number) and "app_fd_" in front of database table names.

      Refer: Database SQL Query


      Unless you plan to insert all records of machine_listing into the log table you might want to add a where condition where id = "#form.Machine_Listing.id#" 


       Refer How to get the form data in the post form submission tool ?


      Additionally you can also check the logs for error logs and try to debug why its not working. 

      Refer: Web App Log Viewer

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

        Oh I've answered partially in how can I create a form automatically - Joget | COMMUNITY
        You may wanna fix your sql query

          CommentAdd your comment...