i have 2 dataexcel server,xls monitor.xls coming in mail excel each with 25 k rows
my requirement is to compare two excel and find server list which are not part of monitor excel.
i created
1. save server excel in sharepoint . and run power script to drop & create a table
2. save monitor excel in sharepoint . and run power script to drop & create a table [as import via PA is slow and limit ]
3. have exceptions file with exception sheet to exclude in reporting
4. copy server list and monitor list sheets into exception file and compare and report extention.
while running. as there is drop table . flow have hardcoded table into id and throws table not exist . how to over come this issue