Lookup in pairs runtime error

I used lookup in pairs block in following way and it worked fine.

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.

image

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

1 Like

ok. added commas in between ()s. Again got the same error

image

Try replacing the colons with spaces

It worked :grinning:

image

image

Got same text from Label1 and Label2

Thank you very much

1 Like

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.

image

How to fix this?? :thinking: :thinking:

See if the blocks in this post can help you how to use look up in pairs

Edit: In your case, with list from csv table text A, AXY\n B, BXY\n C, CXY

3 Likes

Thank you very much for your reply :+1: I will try in my best. do you have aia file of that application? seems like url has broken

Edit: It worked. Thank you very much for your support. Thank you again and again.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.