Gerry O'Rourke
Spotlight
Spotlight
Member since ‎06-13-2002
‎01-30-2026

User Statistics

  • 700 Posts
  • 62 Solutions
  • 402 Helpful votes Given
  • 1035 Helpful votes Received
Recent Badges
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 ‎01-30-2026 07:35 AM
Posts 700
Total Helpful Votes Received 1017
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