When I do this: SENDTS("APIKEYHERE",1,tempF), the data doesn't get logged on ThingSpeak. But, when I use SENDTS("APIKEYHERE",1,"1"), the value does get logged (as it's a hard coded string). Is there a way to convert an integer to a string so this value can be sent? I also tried this: SENDTS("APIKEYHERE",1,"'" & tempF & "'"), but no dice.
When I do this: SENDTS("APIKEYHERE",1,tempF), the data doesn't get logged on ThingSpeak. But, when I use SENDTS("APIKEYHERE",1,"1"), the value does get logged (as it's a hard coded string). Is there a way to convert an integer to a string so this value can be sent? I also tried this: SENDTS("APIKEYHERE",1,"'" & tempF & "'"), but no dice.