This is a continuation of this thread
https://groups.google.com/forum/#!category-topic/mitappinventortest/general-questions-about-app-inventor-programming/mit-appinventor-2/Kb_rpiKm8QU
I know its been a while but I did not solve my problem. I currently have these blocks below. With these blocks I am testing to see if I can get the result that I need to up date an existing app that I have that is not working any longer do to the api call changing format after the app was created and working. I need to be able to take what is listed in TextBox1 and find it in the list and then pull the price associated with it.
Example: From the API call below find BTC witch would be in the Textbox1 and pull just the price (4104.27619264) so I may use it to do a math problem.
My thought was that If I could find BTC in the list and then find its index and then use a look up in pairs to get the price, but I can not get any solution to work as what ever I try the blocks indicate that BTC is not in the list. I have checked to see if the dataList is a list and I get "true" so I am very confused why its comes back and says that BTC is not in the list when I test this with the "is in list" block.

