Hi All,
My requirement is if any error comesup then it has to redirect to the same interface to modify the form and then resubmit the form again . IN the 2nd interface (which is same as 1st) I'm getting the below error .can someone please help.An error occurred while evaluating expression: Error.message:AC!error.body (Invalid index: Cannot index property 'body' of type Text into type IntegrationError) (Data Outputs)
Discussion posts and replies are publicly visible
Hi ,
could you please let me know how is the your response which you got from integration ? and if your integration response has setup with return raw response body then you have to use a!fromJson(pv!body).value to extract the values from the body...
Already values are extracted and stored in PV . I have a flag like iserror then it is redirecting to the below form . When clicking on submit for the form it gives the error
can you share the response of integration?