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
Harsha Sharma can you please suggest how to proceed further
Could you follow below step and share screenshot if possible of search result.Step 1) Open PM -> Go to Tools -> Click Generate DocumentationStep 2) Search "AC!error.body" or "ac!error.body" (Whatever field is erroring out search that)Share searched result.
Can you share expression code where it's being used in UIT?Why are you using this expression?ac!error does not have body.Instead try using ac!error.message
Hi Zainab Given the screenshots of 2nd UIT node seems correct, the documentation showing the ac!error.message in output is weird. I generally in such cases reconfigure the node and see if it resolves.
So pull a fresh UIT node from the pallete and configure the interface from scratch, let the ac be created and then re configure the saveInto values. Then replace this new node with the existing 2nd UIT node. Sometimes just refreshing the configurations can help in weird issues like this. So try reconfiguring a fresh UIT node and then publish he model. Check documentation after publishing for the culprit ac!error.message existence
I don't have any expression in output of my 2nd UIT ...I'm not sure who is it coming from generate documentationI only have it as input
It's showing under output tab in documentation.Can you validate process?It might be a cache issue. Close the Process Model and open it again, Validate the process, then publish the process again?
I have removed the input itself then it is not throwing the error
Now, Do you have any issues with this process?