Plz Help with Parsing String

I recommend watching this playlist: Node-RED Essentials. The videos are done by the developers of node-red. They're nice & short and to the point. You will understand a whole lot more in about 1 hour. A small investment for a lot of gain.

My Tips...

  • Dont post screenshots when you can paste text/code
    • This then provides the helper with the ability to use the pasted code to re-write it or try it out.
    • ALWAYS use the "copy value" button when copying from debug side bar (see other tips below)
  • When exporting a flow for users to try out / fix up, only select the nodes of interest - better still, make a minimal demo flow that demonstrates the issue
    • Include the name of any custom/contrib nodes (many users wont know or may even advise alternative methods)
    • even better - dont include any custom/contrib nodes the the export - instead, sustitute them with an inject containing actual demo data

Other (canned) tips...

Use the tools provided ...

There’s a great page in the docs (Working with messages : Node-RED) that will explain how to use the debug panel to find the right path to any data item.

Pay particular attention to the part about the buttons that appear under your mouse pointer when you over hover a debug message property in the sidebar.

BX00Cy7yHi

Posting...

In order to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```)

``` 
   code goes here 
```

You can edit and correct your post by clicking the pencil :pencil2: icon.

See this post for more details - How to share code or flow json

JSON? Object?

This post should help to clarify the difference between Javascript objects and JSON.