Transfer the Variable from one table to another

Hi
How to create the trigger to transfer the variable from table record to another table.

Regards

Suresh kumar.K

Hey @sureshkumar.k-

There are just a few steps you need to do:

  1. Insure both tables are tied to your app, and you have a placeholder to each table.
    image
  2. Load records into each placeholder (the record you want to copy data from, and data to)
  3. Do a data manipulation to copy one field to the other. In this case I am copying the Work instruction name from the work instruction placeholder to the Line field in the Audit Placeholder.