Hi I need to process all files in a folder. So I used the Get files action and I can see the files. And I found the "part" filename...
Now I want to take that file name and parse the text into three variables. This is an example of a file name 03-18-2021 Erb 15123.pdf. I need to parse three variables - Date which would = 03-18-2021 Last Name = Erb and Employee ID = 15123. Employee ID is always 5 char

What do I put in the fields of the action in order for it to work? Thank you I have no idea what a regular expression is! I will be sooo greatful.