Not able to pass date and time query params in scripted REST API
Hello everyone, I am trying to pass a date and time value on a glide record for incident table to get incidents that are created after particular time. Here is the code that I have been trying, var timeDuration; timeDuration = request.queryParams.dur...