Hello,
I have a question about data tables.
Let’s say that I have data table names DT1 (and 2 columns → names, URLs).
I want iterate through the datable, find value in column “names” (for example “abc”) and next asign URL value (from the same row what names) to variable.
How can i do this?
Best regards,