How to pass a value from one interface on button/richtext click to another interface rule input ?

I am trying to pass a value from one interface on button/richtext click to another interface rule input, please help.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    it dependes how and what excatly you want to archive:
    1.) you can call the other form(component) by rule!myFormComponent() in your main form.
    you can use the rule inputs like usual: rule!MyInterface(ruleinput1: "abc", ruleinput2: 123)
    2.) or like mike suggested via process.
    submitting your form and providing the values or your rule inputs towards the process and using the pv(s) to update the rulesinputes fo your new form.

Reply
  • 0
    Certified Senior Developer

    it dependes how and what excatly you want to archive:
    1.) you can call the other form(component) by rule!myFormComponent() in your main form.
    you can use the rule inputs like usual: rule!MyInterface(ruleinput1: "abc", ruleinput2: 123)
    2.) or like mike suggested via process.
    submitting your form and providing the values or your rule inputs towards the process and using the pv(s) to update the rulesinputes fo your new form.

Children
No Data