Updating Rule Inputs

Hello,

Is there any way to update rule input values as soon as local variable is updated? Do I need to create Process model for updating rule input values?

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer

    Well, local variables are only updated on a user interaction. This interaction is typically coming along with a component that evaluates a saveInto. Now, you can add more a!save() calls to that saveInto to store data in a rule input.

    That was the general answer. If you have a more specific question, feel yourself invited to share more details.

Reply
  • +1
    Certified Lead Developer

    Well, local variables are only updated on a user interaction. This interaction is typically coming along with a component that evaluates a saveInto. Now, you can add more a!save() calls to that saveInto to store data in a rule input.

    That was the general answer. If you have a more specific question, feel yourself invited to share more details.

Children
No Data