Gerry O'Rourke
Spotlight
Spotlight
Member since ‎06-13-2002
‎03-12-2025

User Statistics

  • 693 Posts
  • 61 Solutions
  • 405 Helpful votes Given
  • 1031 Helpful votes Received
Recent Badges
First Discussion
70 Discussion Posts
40 Accepted Solution
60 Replies
350 Helpful Vote
350 Replies
40 Discussion Posts
350 Discussion Posts
400 Discussion Posts
40 Helpful Vote
Certifications

User Activity

Using the "set value" element in CVP Call Studio - I am parsing a string. lets say you have a string "000.111.222"And you want to split this up into "000", "111" and "222" using the set value element - you split this up into an array (with "." as the...
the Webex connect evaluate node allows you to write JavaScript code.However it seems a lot of 'standard' JavaScript is not supported? Does anyone what version the JavaScript interpreter uses? Regards, Gerry
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...
Community Statistics
Member Since ‎06-13-2002 11:15 AM
Date Last Visited ‎03-12-2025 03:16 AM
Posts 693
Total Helpful Votes Received 1013
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