hello,
below is my integration
Here i have given the url as https://abc.com
in my interface i have accessed this integration as local!data:rule!integration().result.body
It is working fine.
But instead of giving the url "https://abc.com in integration system, i want to pass the dynamic url from interface, and assign it to URL text box in integration system.
Is it possible?
Discussion posts and replies are publicly visible
Yes. Please use the "Expression" icon adjacent to the text field to pass a rule input instead of static text and then you can pass the value in that rule input from your interface.
step1:
i have created a rule in Expression rule, wherein i have created a ruleinput url
step2: in my interface i tried to call this rule.
step3: i have tried to access the rule in connection system as below
Kindly guide.
Why make it complicated and toy around with expressions? Add a rule input to the integration object and reference it in the rule like this
ri!urlName
Then you can pass the URL dynamically whenever you call the integration.
i have added the rule input in integration object.
When i try to call from interface,
Stupid question, but do you call the right integration and did you click the save button after adding the rule input?