webhook/Particle.publish: sending two variables to Thingspeak not working

You don’t link {{{PARTICLE_EVENT_VALUE}}} to the individual fields but their respective key names ({{{Field1}}} and {{{Field2}}}).
(it might be required to wrap the number literals into double quotes too)

The way you did it would cram the entire event value string into both fields resulting in none of them being parsable.