And to select single page we can set the range in READ PDF property
And for the array index int_index = Array.IndexOf(Arrayvariable, Arrayvariable.AsEnumerable().Where(Function(a) a.ToString.Contains(“whuvur”)).FirstOrDefault)
So for the array index the expression be like this int_index = Array.IndexOf(Arrayvariable, Arrayvariable.AsEnumerable().Where(Function(a) a.ToString.Contains(“whuvur”)).FirstOrDefault)
And for the first page of pdf alone we can mention that in Read pdf like “1”in range property
Workflow to find the pdf page count is attached below,pdfPages.xaml (5.5 KB)
and using that count read the pdf pages one by one using read pdf text activity.