Bronze 3
Since ‎03-29-2023
‎06-23-2023

My Stats

  • 6 Posts
  • 0 Solutions
  • 2 Likes given
  • 0 Likes received

i95kjones's Bio

Badges pavansaichenna Earned

View all badges

Recent Activity

Hi Team,I have below code:Var url= context.getVariable('reuest.uri').substring(0, context.getVariable('request.uri').indexOf(..)+"/"+ orgName+"/"+catalog;Instead of js policy,How can i implement this with any other policies.Appreciate the support.
Hi Team,I have a senario: In PreFlow, I need to invoke an external url like "https://mockapi.net" or any other and save the response into a variable and use that response or its related variables in next flow (to use in a js script). How can I do thi...
Hi ,I have a properties file under resource section with the below line of property:userName1=pavanand I have a JS file with below line of code:var user=context.getVariable("userName1");print(user);"user" is actually getting null and it is not fetchi...
Hi,I have a script-1.js file and I have the below line of code.( flow is like, if condition meets, I have to enter into other JS file).var script2 = require('./Script-2.js');I am getting reference error like require is not defined. Appreciate any sup...