Help with OSR needed

I've been using ChatGPT to get to know Open Sreet Maps and OSR. Everything has worked until I tried to set a Route line to get directions. Could someone peruse my blocks and tell me what's wrongl

You put quote marks in your text blocks.

The text blocks act as quotes already.

Remove them.

Also, you might need to use the newer JSON decode with dictionaries block instead of that old list oriented JSON decode block.

the core of your onion is losing the list of points because the list is too local. Init the point list before entering the loop over the markers, to allow the points to build up .

That innermost Add Item to List block might be adding to the wrong list.

We would need to see a sample JSON route response content to judge the nesting right.

If you get tired of adding onion layers to your local variable init blocks, you can use the blue mutator button to add ladder rungs.

Where do I get the new JSON decode

It's in the Web component, near the old JSON decode block.

ok thanks. The decode response is long and I don't know how to do it. However I can send the aia which has a notifier in it and you can see it all or the apk'

Find a JSON tree viewer online or in a text editor plugin.

The nesting structure is the important part, what hangs off what.

Follow the indentation.

Though local variables are virtuously modest, they don't leave a trail for Do It debugging.

If you run into trouble, leave copies in global variables and follow up with a broom and shovel after done with debugging.