Skip to main content
hasinthah0002
March 4, 2022
Question

link interface to by button

  • March 4, 2022
  • 3 replies
  • 0 views

I want to create a rich text button in a interface that open a another interface when triggered. I tried with link parameter with a!dynamiclink() but it say it need all the rule input mapping from the interface that I want to link.my case opening interface have some rule output so rule input mapping may no need for opening interface. Is there any method to do my task 

3 replies

harshitb6843
March 4, 2022

Hi there,

You can map the interface in a process model and then use startProcessLink instead of the dynamicLink. 

hasinthah0002
March 4, 2022

yes, But requirement is non closing interface .startprocesslink() is closing after every time after submission

stefanhelzle0001
Brainy
March 4, 2022

I am not really sure what you want to achieve. The name "rule input" might be a bit misleading for new Appian practitioners. These parameters are actually input and output. Think of them like sharing a reference to a variable existing in the parent interface.