1) Give a description of the problem
I have an IFTTT webcall that is sending me a date/time in json data. I am able to get the data into a variable but IFTTT is sending it in the wrong format for WebCore. I’m trying to format to something webcore is able to understand. The time will always be within the same day within the next 3 hours. So, the date is not as important, just the time. So, if the date is lost, that’s not a big deal.
2) What is the expected behavior?
Trying to pull the time out of json data into a variable.
3) What is happening/not happening?
Not coming in the right format and can’t figure out how to format it.
4) Post a Green Snapshot of the piston
This is the data as it comes from IFTTT.
Here’s the piston.
I’ve tried setting the variable to date/time and it returns nothing.
Thanks!