Hi ALL,
I have three input modules, each with different UID dimensions:
- Module A → Dimension: X_UID
- Module B → Dimension: Y_UID
- Module C → Dimension: Z_UID (also includes a dropdown line item with two options: Product X and Product Y)
Requirement:
- If a user selects Product X in Module C, the record should be stored in both Module C and Module A.
- If a user selects Product Y, the record should be stored in both Module C and Module B.
- The only common field across these three modules is Location.
Do I need to create a mapping module, LOOKUP, or another approach be the best practice to achieve this?
Please Advice!