Skip to main content
May 17, 2022
Question

How to call integration with parameter from interface.

  • May 17, 2022
  • 2 replies
  • 0 views

Now I'm doing Extending Appian Course of (Build an Application: Step 2 Use an Integration in an Interface) .
I want to call integration from interface with parameter.
In tutorial ,call integration with parameter of local variable.
I try to call integration with parameter i got error .like below...
[at function rule!ET_GetData [line 15]: Rule 'et_getdata' has 0 parameters, but instead passed 1 parameters.]

My Connected System Object is [HTTP] and
My Integration Object call to my http connected system object.

My question is how to configure my integration object when i call from interface with parameter?


Thanks a lot.

2 replies

stefanhelzle0001
Brainy
May 17, 2022

Did you try do add rule inputs to your integration?

gopalk2865
Participating Frequently
May 17, 2022

HI, Looks like you dont have any rule input in your integration, but while calling the integration in the interface , you are passing one parameter. First create one rule input in your integration object and then you will be able to pass any parameter.