Hi All,
Can you please help me in building the below workflow:
Input
| Level 1 | Level 2 | Level 3 | Level 4 |
| A | | | |
| A | B | | |
| A | B | C | |
| A | B | C | D |
| A | B | C | E |
| A | X | Y | |
| A | Z | | |
Output:
| Level 1 | Level 2 | Level 3 | Level 4 | Comment |
| A | | | | |
| A | B | | | |
| A | B | C | | |
| A | B | C | D | Base |
| A | B | C | E | Base |
| A | X | Y | | Base |
| A | Z | | | Base |
Regards