Gerry O'Rourke
Spotlight
Spotlight
Member since ‎06-13-2002
‎04-12-2024

User Statistics

  • 683 Posts
  • 61 Solutions
  • 401 Helpful votes Given
  • 1029 Helpful votes Received
Recent Badges
50 Accepted Solution
600 Helpful Vote
Spotlight Award
300 Helpful Vote
CCP Member
15 Accepted Solution
1 Accepted Solution
5 Accepted Solution
50 Replies
100 Helpful Vote
Certifications

User Activity

The following does NOT convert the time from UTC (GMT) Time to UK Time as expected.   startTime = new Date(); startTimeISO = startTime.toISOString(); localTime = new Date(startTime).toLocaleString('en-GB', {timeZone: 'Europe/London'}) 1;   Returns t...
Anyone have any ideas why this gives an error in an webex connect evaluate node?   const originalArray = ["apple", "orange", "banana"]; const formattedArray = originalArray.map(fruit => ({ fruit })); const myJson = JSON.stringify(formattedArray); 1; ...
Webex Connection Logbooks only support .txt or .csv  as the file type ? As per below the text file variables can multiple options. But since it supports tab, it should also allow the file type to be .tsv A TSV extension allows EXCEL file open the a T...
Every time you write to the Logbook within the flow - is adds as a new line. What I would like is to write to the logbook once per flow - at the end of a call. So we will have a single row per flow in the logbook with a number of different variable v...
This has happened to me numerous times and it appears to be a bug ? Let say node X has 3 outputs. I can drag 1 of the outputs from node X to node Y, but when I try the other outputs from Node X to Node Y, it just won't 'connect'. - and defaults to Re...
Community Statistics
Member Since ‎06-13-2002 11:15 AM
Date Last Visited ‎04-12-2024 12:48 AM
Posts 683
Total Helpful Votes Received 1011
Awards
Community Spotlight Award
English Community, Developer of the Month, October 2019
Community Spotlight Award
English Community, Developer of the Month, July 2021
Helpful Votes Given To