Mit apps keeps reading null value from thingspeak

hi anyone can help .. im currently workinig on fire detector project ... i need to get the value of field from thingspak to Mit but it dosent work its keeps returning not found if anyone knows the solution please tell me

this is the project

test (1).aia (11.1 KB)

You are not parsing correctly.

Do it step by step, adding another global variable for each step as you peel away layers, using Do It to debug.

Some steps require dict key lookup({}), others require list select item number([])

can u explain more its my first time working on Mit and idk too much about it


test1.aia (12.9 KB)

1 Like