Hi, I'm quite new to Power Automate Desktop.
But need help with this situation:
This is the scenario,
I have this Excel1.
| ID | Company Name | UniqueID |
| 001 | ABCD | (How to concat ID and Company and become like this?) 001ABCD |
| 002 | EFGH | 002EFGH |
| 003 | IJKL | 003IJKL |
Excel 2
| ID | Company Name | UniqueID | Status |
| 001 | ABCD | 001ABCD | Matched |
| 002 | IJKL | 002IJKL | Transferred |
| 003 | IJKL | 003IJKL | Matched |
Based on the table:
1) I need to CONCAT 2 column which is ID and company name into UniqueID column. How to concat the ID and Company and write the value to UniqueID?
2) After that, I want to vlookup based on the uniqueID in excel 1 and excel 2. If the uniqueID same in excel1 and excel 2, put "Matched" at status column
3) If the unique ID is not same, put "Transferred".
4) For now, the logic is there. But if you have another solution, you can come with it. But the most important is that i want to know how to combine ID and Company Name and write into UniqueID. Is it possible?
Thank you !