I want to convert pdf file to excel

I want to process all the file one by one

@office_work

Place all the activities inside for each file in folder activity

And in the click activity for click the pdf

Make the selector dynamic by passing
The below variable

Filenamevar=path.getfilenamewithoutextension(currentfile)

Cheers