macjeff Posted February 12, 2020 Posted February 12, 2020 I installed the TimeData server. If gives you data like Day of the Week and Season. So lets say I want an email every day that says its DAY OF THE WEEK and its SEASON. How can I get the data into email? The only way I see is assign season and day of the week to variables but they are numbers. So season would be 1-4 for spring summer winter fall and day of the week would be 1-7. So I can write a bunch of programs I guess to figure out which email to send but is there not a better way to dump that info into an email? could i format this so it gets the data?? ${sys.node.#.name} If so could you send me info on how to configure it for example here are some Node server address- n014_timedata Name of data field for example- Month or Season thanks, Jeff
Jimbo.Automates Posted February 13, 2020 Posted February 13, 2020 You can use ${sys.node.n014_timedata.driver} where driver is whichever one represents the name of the Day. You'll have to look at the profile to figure that out. Sorry, could provide more details when I have time or the author can replay.
macjeff Posted February 13, 2020 Author Posted February 13, 2020 that worked. I had to replace DRIVER with the actual filed ID which in this case is something like GV5. Thanks, Jeff
Recommended Posts