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

User Statistics

  • 698 Posts
  • 62 Solutions
  • 402 Helpful votes Given
  • 1032 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

I am getting the following error in a WhatsApp node. Error Description: exception occurred : Cannot invoke "com.imimobile.ump.beans.ServiceInfo.getLogLevel()" because "srvInfo" is null But I can confirm that the WhatApp node is itself not the root ca...
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; ...
Community Statistics
Member Since ‎06-13-2002 11:15 AM
Date Last Visited ‎11-13-2025 10:26 AM
Posts 698
Total Helpful Votes Received 1014
Helpful Votes From
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