Hi All, In this processmodel I'm trying to show the integration error on the same UserInputTask (UIT) where we entered details .It below throws.
Discussion posts and replies are publicly visible
That second UIT fails because of a type casting error.
both are UITs are same .I need to modify in UI or processmodel?
Both the UITs are same .Do i need check interface or processmodel to correct the error?
Seems like you are passing different data into the UIT.
check the value in error. somehow receiving text instead of integratinError type. try with configuring error msg separately.
Seems to be a casting error. check inputs please.