I want to two forms from different tables in one record producer by selecting drop down values

Deepu9997
Tera Contributor

I want to two forms from different tables in one record producer by selecting drop down values the dorms different tables will have to populate from record producer

1 REPLY 1

Itallo Brandão
Giga Guru

Hi @Deepu9997 ,

Short answer: No, it is not recommended.

Using scripts to redirect tables is considered a "workaround" and creates technical debt (hard to maintain/debug).

The Correct Ways (Best Practices):

  1. Order Guide: Use this if the forms have different fields. It asks the "Type" first, then loads the correct Record Producer for that specific table.

  2. Flow Designer: Use this if the forms are identical. Create the record in a generic table, then use a Flow to move/create it in the target table based on the dropdown value.


Best regards,
Brandão.