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?
Hi,
Can you share screenshot where ac!error.body field is used inside User input task?
Ok, inside Interface where you have used this field. Can you share screenshot
Not able to see ri!error variable in this screenshot. Can you highlight where it is? And also can you share screenshot of form tab in the user input task where you have passed error process variable?
I'm not using ri!error in the UI