Skip to content
Discussion options

You must be logged in to vote

Seems to be working on my PC. Your CSV has a single row. The workflow reads that row, pairs it up with the first tick of the timer (delays 500ms) and finishes the workflow.

If you want to read one number at a time, the proper way is to use rows in a CSV file not columns.

Alternatively, you can do:

where the CsvReader has "," as a ListSeparator parameter.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by adam-hockley
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants