Please provide an example flow with the payload in an the inject node. so i can see the data. I can not do much with a screenshot as i have no data to see if your path is correct.
something like below
[{"id":"d17a881.81b99f8","type":"inject","z":"c791cbc0.84f648","name":"The data","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"[{\"topic\":\"location\",\"payload\":1},{\"topic\":\"location\",\"payload\":\"ddd.fff.3456.33333\"},{\"topic\":\"cockpit\",\"payload\":1},{\"topic\":\"cockpit\",\"payload\":2},{\"topic\":\"battery_status\",\"payload\":1},{\"topic\":\"battery_status\",\"payload\":2}]","payloadType":"json","x":190,"y":840,"wires":[["39f9ee50.cd87aa"]]},{"id":"39f9ee50.cd87aa","type":"change","z":"c791cbc0.84f648","name":"the exprression","rules":[{"t":"set","p":"payload","pt":"msg","to":"$split($$.payload[1].payload, \".\")[2]","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":400,"y":880,"wires":[["c4f45a89.bcb1d8"]]},{"id":"c4f45a89.bcb1d8","type":"debug","z":"c791cbc0.84f648","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":610,"y":840,"wires":[]}]