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
Hey Nandhini, in your integration, on the top right panel there is a + icon in rule input section. Click on that and add a rule input. After that, just after your URL textfield there is a icon called expression editor. Click on that and it will show a popup and in that popup, put ri!ruleInputName. And then save this integration. Next move to interface where you are calling this integration. In that interface you are using rule!{YourIntegrationname}. for example rule!Your_Integration_Object_Name. now please make it to rule!Your_Integration_Object_Name(your variable name to pass or url string). for example. rule!Your_Integration_Object_Name(local!url) or rule!Your_Integration_Object_Name("www.dynamicurl.com")
thanks u so much. I have implemented and it is working.
Oh That's grreat, Could you please verify the comment as an answer