I need to extract the required data from Table Extract
Problem: Using Table extract I get 10 profile links from LinkedIn
but as per my requirement, I need only 8 from 10, and another time when the loop runs, I need to extract 5 out of 10.
I have a total of 10 Links which I have extracted from Table Extract but I need only 8 on which perform actions. if i change 8 to 6 at that time table get only 6 link for me
How can i do this thing?
I want like this, If I enter 2 instead of 8 in my ExcelSheet at that time my loop runs only 2 times and extract only 2 profile from LinkedIn via Table Extract
10 is also not any criteria, if in the ExcelSheet candidate number is written as 5 at that time table extracts only 5 and fetch data of all 5 five candidate
if we change in excel file → candidate number 5 to 1 at that time it run only once
That is Why I suggested you assign the number of records you want to in an Int32 variable and use that inside take() method or you can assign the variable to the max row property as @ashokkarale suggested.