Read modbus RTU from modul digital Intput

hello there, Can you help me, I have trouble how to display input data in one address or one input data, like the picture below that displayed all inputs.. thanks,, please help me

Well first thing to note is that the payload is a string - image
that looks like a JSON string of a javascript object. So the best thing to do is to pass it through a JSON node to convert it into an object... (then to debug to see what it contains again).

Then read - https://nodered.org/docs/user-guide/messages which will give you clues on how to pick out the parts you may want from there.

thank sir. i think i need to learn more