Get data from temporal table in javascript node
Hello community,
I have a workflow in which I have added a first query node on the targenting dimension BroadLogRcp and in additional data I have added two calculated fields:
- one of date on event date to which I have applied the ToDate function to keep only with date, without time
- Another field to count on the records, in this way the number og contacts that have been made per day.
Next, I want to add a javascript node, to look for the date with the highest number of records and save in an instance variable both the date and the number of records, how can it be done?
Thanks in advanced
