Needed a workflow

Hello,
I need a workflow for which i need to open a text file. In that text file there would be many files(like 1,2,3,4…)I need to go through each number and copy that number and paste into another application then go to 2nd copy that and paste.

Hi @Mini_01 ,
YOu can following this step
use read text file to get String
use generic data table convert string to data table
then use for each row in data table with type into to paste value to other app
but to deatil you can send file?
regards,