Need to identify all PDF files with only nine digits

Hello and thank you. I have a collection of PDF files which I have created using UIPath and I want to identify all of the files which contain only nine digits such as 123456789.pdf. How do I do this?
Ideally I want to keep all of the ten digit PDFs and then reject all of the nine digit PDFs. I will do the keep/reject with an If statement or a flow decision but how do I identify the ones with nine digits?

Thank you in advance

To make this easier, I am pulling a variable from a data table and I need to get a count of the number of characters in each instance of the variable. How do I do this?

I am marking this as solved as I used variablename.length and an If statement

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.