Bronze 3
Since ‎11-01-2023
yesterday

My Stats

  • 15 Posts
  • 1 Solutions
  • 2 Likes given
  • 6 Likes received

np1's Bio

Badges np1 Earned

View all badges

Recent Activity

In Apigee i am trying to send json payload to app integration through POST request using below curl command but not able to pass payload to app integration.curl command:curl -X POST -d “{"employee_id":”1”,"employee_first_name":"Megha","employee_last_...
I am trying to copy data from one mySql table to another mySql table, but while fetching data only 25 rows are pass to another flow(to load data to another table) instead of full data.Below are my configurations,Flow1: to fetch data from 1st tableflo...
Hi All,I have set up an integration using the Schedule Trigger to download data from mySQL. But after scheduling integration flow, it is appearing in OnHold status only. Flow:Logs:Seems like it is not working.
In my project i try to load data in mySql database but whenever any field value is empty, the flow is failed with below error.Show More ErrorMessage'Failed to fetch the input value. Reason: [Failed to evaluate transform expression value. Reason: [For...
I am trying to execute below code in javaScript task which convert csv data to json but not getting expected output,code:function executeScript(event) { var csv = event.getParameter("filecontent"); var lines1 = csv.split('\n'); var headers1 = lines1[...