Hi All , I have pdf file with multiple pages. Inside the foreach Loop, I am using Extract text from PDF action and all the text value are saved in ExtractedPdfText variable. I would like to extract the invoice name from the pdf file. But for each and every pdf page the variable index value differs for the invoice name. So the output is coming wrong. But all the pdf pages looks like structured one.
By using Extract pdf file pages to new pdf file action, i need to save each file with the invoice name. But it is saving the file with the wrong name because of index value changes for each page. Can you please guide me how i can extract the invoice name correctly?
Thanks in advance!