Hello,
I need help, how can I match two Id's in a different excel file?
Here's the scenario:
I have UI like this:
Thank you!
Hi,
You need to build a logic like -
Once First file uploaded in Employee Entity then When you upload second file and click on match button so run one server action like-
ExceltoRecord - Run a loop - one by one ID match with Employee aggregate if ID return then it is a match otherwise no. Once id match then use another structure and bind a record in it.
And download this structure in excel file.
Hope this will help you.
Great! Thanks for your help, I appreciate it.
Happy to help you.