how to display the same data back in UI

If the integration fails it will show the error in the same UI but the already entered values are missing on the UI .how can I keep those details stay on the 2nd UIT 

  Discussion posts and replies are publicly visible

Parents Reply
  • Requirement is first the form pages gets opened (first UIT ) when I click on Submit it goes through the Integration. if there are any errors in integration it goes to same UIT (with previous details of 1st UIT) and displays the error .When i click submit again during the error it it starting new process instance .(My requirement  It has reiterate the form until no errors and then store in db only when there are no errors )

Children