But, In my project have large number of pairs, which is nearly 1800 pairs. Then I tried below block, because man making a list for 1800 pairs is harder. But, I got runtime error. How can I solve this issue. Please help.
Csv means , separated but you are giving list that is () as i can’t see any comma so remove list from csv block and to check that this is list or string you can use block is list
Got same results from above mentioned methods - “make a list” and “list from csv row” block.
and “make a list” works fine with “look up in pairs” block.
But, When “list from csv row” block using with "look up in pairs "block, got an runtime error.