I have a flow that use my browser cookies to make a request on google bard.
I'm getting the data and I guess it's some how an incomplete json ?
[{"id":"4d80142b28554cfd","type":"split","z":"edf575ef.a74f58","name":"","splt":"\\\",[\\\"","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":490,"y":1220,"wires":[["6152be3de9e0d3dd"]]},{"id":"d3681eb1df2afbd1","type":"inject","z":"edf575ef.a74f58","name":"incoming data","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":")]}' 2787 [[\"wrb.fr\",null,\"[null,[\\\"c_6d7f62e9227e7e60\\\",\\\"r_6d7f62e9227e7499\\\"],[[\\\"what is node-red?\\\",1],[\\\"Why would I use Node-RED?\\\",4],[\\\"What is the use of Node-RED in IoT?\\\",4]],null,[[\\\"rc_6d7f62e9227e73b6\\\",[\\\"Node-RED is a flow-based development tool for visual programming. It allows you to wire together hardware devices, APIs, and online services in new and interesting ways. Node-RED is built on Node.js, a popular JavaScript runtime environment.\\\\n\\\\nHere are some of the benefits of using Node-RED:\\\\n\\\\n* **Ease of use:** Node-RED is a very easy-to-use tool, even for those with no prior programming experience. The visual editor makes it easy to create flows, and the wide range of pre-built nodes makes it possible to do a lot without writing any code.\\\\n* **Flexibility:** Node-RED is a very flexible tool. You can use it to create a wide variety of applications, from simple data logging to complex IoT systems.\\\\n* **Community:** Node-RED has a large and active community of ...","payloadType":"str","x":270,"y":1220,"wires":[["4d80142b28554cfd"]]},{"id":"6152be3de9e0d3dd","type":"debug","z":"edf575ef.a74f58","name":"debug","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":710,"y":1220,"wires":[]}]
this portion (in red square) of data is enough for me.
My question is how to get the data I want without using 2 split nodes end to end?
Is there any way to dismiss first message?(tried trigger node and delay node without success) to get what I want (always second message)
or am I getting the data incomplete?
I feel like I'm missing/not understanding something common.
thank you for your help