1)Suppose there are two excel files ex:-Sample 1.xlsx and sample 2.xlsx both have id column and Number column , my question is we need to take common id from both sheet.
2)Second question is from common id we need to display number column whose number is greater than 1 with common id .
3)Display Common id whose no. greater than 1 as a result in different excel sheet.
Search as workbook in activity panel and drag READ RANGE activity and mention the first sheet name and get the output as dt1
Use another READ RANGE activity and mention second sheets name and get the output as dt2