But now I would like to display and select the available data with an input dialog (row(0).ToString). When the selected element has been selected, I would of course like to read out and display all other rows (1-32) later.
How do I implement the input dialog and the further output?
I get all my data from the Query with the variable DBRowResult (DataTable). I would like to make this data available for a selection in an input table.
In the input table I choose one Element and I want to continue working with the selected element → row(0).ToString, row(1).ToString, row(2).ToString and so on.
ARe you going to do anything with the selected item?
What do you want to happen after you view a selected item?
I do not fully understand your workflow, but sounds like you need to create a list from the ID column to use in your input dialog. From there you can use the response to get the desired results using the lookup activity