Skip to main content
June 3, 2025
Solved

Error in processmodel

  • June 3, 2025
  • 6 replies
  • 0 views

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.


    Best answer by stefanhelzle0001

    Seems like you are passing different data into the UIT.

    6 replies

    stefanhelzle0001
    June 3, 2025

    That second UIT fails because of a type casting error.

    sabat0002Author
    June 3, 2025

    both are UITs are same .I need to modify in UI or processmodel?

    annap0005
    June 4, 2025

    check the value in error. somehow receiving text instead of integratinError type. try with configuring error msg separately.

    davidj137213
    June 4, 2025

    Seems to be a casting error. check inputs please.