MARAVILHA. Funcionou sim!
Agora só estou tentando usar 1 só inject para a exibição de 3 valores diferentes, com Título.
Usei um template para nomear cada “Posto”, depois um Join após a sua função, e no fim um outro template para unir Topic e Payload.
O problema que apenas um (1) Topic é apresentado.
[{"id":"8b7118d1a2276b73","type":"http request","z":"6f31b96013481416","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://precodoscombustiveis.com.br/pt-br/station/brasil/rio-de-janeiro/rio-bonito/district/posto-rio-estoril/20100","tls":"","persist":false,"proxy":"","authType":"","senderr":false,"x":710,"y":100,"wires":[["fba40c8b9c1249b3"]]},{"id":"fba40c8b9c1249b3","type":"html","z":"6f31b96013481416","name":"Selector","property":"payload","outproperty":"payload","tag":"#Gasstation > div.row.py-5 > div.col-xl-3.p-5.p-md-3 > div:nth-child(2) > div > span:nth-child(5)","ret":"html","as":"single","x":860,"y":100,"wires":[["053f4551ab283dc4"]]},{"id":"dacf5a076e69170e","type":"inject","z":"6f31b96013481416","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":480,"y":160,"wires":[["8b7118d1a2276b73","6319e45436482952","2f4abbb526441a4a"]]},{"id":"88bf2264bfb8c9dd","type":"function","z":"6f31b96013481416","name":"Função","func":"value = msg.payload[0]\n\nvalue = value.replace('R$ ', '')\n\nvalue = Math.round(value * 100) / 100\n\nvalue = value.toString().replace('.', ',')\n\nmsg.payload = 'R$' + value\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":1200,"y":160,"wires":[["9505c84d5f6d510f"]]},{"id":"546f38b208c5c03a","type":"debug","z":"6f31b96013481416","name":"Valor da gasolina 3","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1530,"y":220,"wires":[]},{"id":"6319e45436482952","type":"http request","z":"6f31b96013481416","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://precodoscombustiveis.com.br/pt-br/station/brasil/rio-de-janeiro/itaborai/district/posto-amigao/3858","tls":"","persist":false,"proxy":"","authType":"","senderr":false,"x":710,"y":160,"wires":[["6626f778c150ed87"]]},{"id":"6626f778c150ed87","type":"html","z":"6f31b96013481416","name":"Selector","property":"payload","outproperty":"payload","tag":"#Gasstation > div.row.py-5 > div.col-xl-3.p-5.p-md-3 > div:nth-child(2) > div > span:nth-child(5)","ret":"html","as":"single","x":860,"y":160,"wires":[["11ed54da9dbcc098"]]},{"id":"2f4abbb526441a4a","type":"http request","z":"6f31b96013481416","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"https://precodoscombustiveis.com.br/pt-br/station/brasil/rio-de-janeiro/rio-bonito/district/auto-posto-ferrovia/4074","tls":"","persist":false,"proxy":"","authType":"","senderr":false,"x":710,"y":240,"wires":[["e637ce32055c28ef"]]},{"id":"e637ce32055c28ef","type":"html","z":"6f31b96013481416","name":"Selector","property":"payload","outproperty":"payload","tag":"#Gasstation > div.row.py-5 > div.offset-xl-1.col-xl-7.col-12.p-5.p-md-0 > div:nth-child(2) > div > div > div > div > div > span.price","ret":"html","as":"single","x":860,"y":240,"wires":[["dd6aa429a739dba6"]]},{"id":"9505c84d5f6d510f","type":"join","z":"6f31b96013481416","name":"","mode":"custom","build":"string","property":"payload","propertyType":"msg","key":"topic","joiner":"; ","joinerType":"str","accumulate":false,"timeout":"2","count":"","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"","reduceFixup":"","x":1210,"y":220,"wires":[["182c54b428da59bf"]]},{"id":"182c54b428da59bf","type":"template","z":"6f31b96013481416","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{{topic}} {{payload}}","output":"str","x":1360,"y":220,"wires":[["546f38b208c5c03a"]]},{"id":"053f4551ab283dc4","type":"template","z":"6f31b96013481416","name":"Posto1","field":"topic","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Posto 1","output":"str","x":1000,"y":100,"wires":[["88bf2264bfb8c9dd"]]},{"id":"11ed54da9dbcc098","type":"template","z":"6f31b96013481416","name":"Posto2","field":"topic","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Posto 2","output":"str","x":1000,"y":160,"wires":[["88bf2264bfb8c9dd"]]},{"id":"dd6aa429a739dba6","type":"template","z":"6f31b96013481416","name":"Posto3","field":"topic","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"Posto 3","output":"str","x":1000,"y":240,"wires":[["88bf2264bfb8c9dd"]]},{"id":"08ad53f64753b15b","type":"comment","z":"6f31b96013481416","name":"Tentando colocar nome do posto","info":"","x":750,"y":60,"wires":[]}]