Hi All,
I have to check on my master data file to get a column value for my data workbook. Below are the master data and expected results, please help me on this with a sample workflow.
Master Data:
| Company | Group |
| Company1 | Group1 |
| Company2 | Group2 |
| Company3 | Group3 |
| Company4 | Group4 |
| Company5 | Group5 |
Child Table:
Expected output with the Parent column update from Master table's Group name based on the Company name. If the company name is not available in the master table then have to use the same company name as Group name.
| Company | Parent |
| Company1 | Group1 |
| Company2 | Group2 |
| Company3 | Group3 |
| Company6 | Company6 |