0

I have a flow that request two different apis

I tried it but got an error about a schema required fields, but when I tried to remove one request (either of the two), it will run successfully. enter image description here

San
  • 307
  • 1
  • 3
  • 18
  • Hello, this question requires more information. If possible, please include the xml you're using. We don't know if they are GET, POST, etc. What mimeType are they expecting? – utechtzs Sep 12 '19 at 13:10
  • And details of the error. – aled Sep 13 '19 at 02:30
  • What you intended to do with first request? you can wrap it in aynch or try blocks to get into next request – Ven Sep 13 '19 at 07:56
  • 1
    Both requests should work, if you name output of each request in a target variable Your second request isn't getting any required payload values either as query params or URI parameters. You can them process/analyse results of both outputs in dataweave – Ven Sep 13 '19 at 11:03

0 Answers0