Skip to main content
November 22, 2022
Question

Single child interface to call in two separate interface

  • November 22, 2022
  • 2 replies
  • 1 view

I have created a single interface that is being called by two separate interface but the text in richtext display should be different only. Everything else will be as it is. How to do that?

    2 replies

    harshitb6843
    November 22, 2022

    Create a Rule input in the child interface and pass the text from the parent interface via rule input. 

    November 22, 2022

    Thanks