finally, I used similar way as you mentioned
Just needed to modify source txt file a little bit, add delimiter at line end ("+") and at list itself ("*").
//
17226|2001135699
+17535|2001137500
+17761|2001137829
+*//
then File Read List returned list of items in file, after that parse list and execute required steps. In my case, disconnect interactions and update database table.
//

//
------------------------------
Pavel Broska
Alcasys Slovakia a.s
------------------------------
Original Message:
Sent: 02-15-2022 08:01
From: ryan hedlund
Subject: Read txt file from within handler
Done it several times with the FILE IO tools.
It has always been finicky for me but worked

------------------------------
ryan hedlund
Original Message:
Sent: 02-15-2022 04:23
From: Pavel Broska
Subject: Read txt file from within handler
#HandlerQuestions
#Handlers
Hello everyone,
Did anyone solve challange to read txt file from handler?
Intention is to read file line by line, parse line and process results in next handler's steps.
As source is simple text file:
300|1234567
301|9874566
...
Thank you for help
Best regards
Pavel
#AskMeAnything(AMA)
#Handlers
------------------------------
Pavel Broska
Alcasys Slovakia a.s
------------------------------