Skip to main content
mosabi0002
April 4, 2023
Question

a!startprocess in this interface always return the same result

  • April 4, 2023
  • 3 replies
  • 0 views

Hi everyone,

here is my interface

a!startprocess in this interface always return the same result even if I update cusNum parameter still same value

and here is my process model:

when i run the process model:

here is the call integration data outputs :

3 replies

adityag9712
April 4, 2023

At integration, Can you please create a expression rule to parse the result body to the correct type (Cdt), you are using at interface. And please double, Is you are using the branchCodeArr as multiple in the rule input of interface.

mosabi0002
April 4, 2023

I can not use it because it'll give me this error

adityag9712
April 4, 2023

Please pass the local variable instead of refresh variable because the use cannot use refresh variable in saveInto parameter.