Hi All
I am having a module with a list(A,B,C...) and line items as given below.
Update ,Text, Number are user input fields.
Scenario:
If an user checks update for C list item and updated text , number fields then the updated fields should import to the list item A,D as emp id and Emp Name are same.
| code | EMP ID | EMP Name | Update | Text | Number |
A | 1 | EMP1 | Beck | | XYZ | 120 |
B | 2 | EMP2 | Siri | | | |
C | 3 | EMP1 | Beck | TRUE | XYZ | 120 |
D | 4 | EMP1 | Beck | | XYZ | 120 |
E | 5 | EMP2 | Siri | | | |
Please help me with this.
Thanks