Thingspeak multiple values to multiple fields

I have a DHT sensor and want to send Temperature and Humidity to Thingspeak (Field 1, Field 2, …)
The documentation just shows how to send one value. (https://www.home-assistant.io/integrations/thingspeak/)
I’ve tried this solution: ThingSpeak
It doesn’t work and it looks that is trying to send values to different channels.
Thanks for any help.

I solved it using rest, and extracting sensors as values Json string, this allows for more than one sensor to be read from thingspeak, rather use rest.

Hi @Caswell1000,
It wold be nice a code example ;)
Thanks