Transfer values from one table to another table

Hello,

I’m trying to build two interactive tables, where in the assembly process , if a part is found defective, I would want to transfer this part from the process flow table to a defective table. Is this something I can achieve with Tulip ?

I tried linking the two tables but when I do so , only the ID column of the tables are being linked which is isn’t desired. Kindly help me out .

Thanks,
Krish

Hi, @Krish

Yes, you can transfer data between tables in Tulip. [To transfer a defective part from the process flow table to a defective table, you can use the Linked Record field type in your tables.
(Linking Table Records)
Here are the steps to follow:

  1. Add a new column to your process flow table and select the Linked Record field type.
  2. In the Linked Record modal, select the defective table and define the relationship between the two tables.
  3. Save the changes to your process flow table.
  4. When a part is found defective, update the Linked Record field in the process flow table to link to the corresponding record in the defective table.

I hope this helps!