Skip to main content
March 9, 2021
Question

Lost of Information in an Integration

  • March 9, 2021
  • 5 replies
  • 0 views

Hi! I have an integration with the Scrum API where I bring project information, I bring the information in a Json and it appears complete (1060 items) but when I pass it from Json to an Appian value the information is lost and brings me 632 items. Is there any other way to avoid losing the information? Because I cannot make a filtering from the API only until I consult the information in Appian.

5 replies

March 14, 2021

items that are not in the application you're exporting or items that are dependent on items outside your application will most likely fail to export, I think you need t o fix the dependencies problems before exporting.

anad863Author
March 18, 2021

I don't think so, I am having the problem at the time of mapping the json to the CD

stefanhelzle0001
Brainy
March 18, 2021

Do you have a chance to test this outside the integration? Like, create a test expression, copy the JSON returned from the API into a local variable and use fromJson() to convert it.

How did you configure Response Body Parsing?