Skip to main content
April 27, 2023
Solved

Updating Rule Inputs

  • April 27, 2023
  • 3 replies
  • 0 views

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?

Best answer by stefanhelzle0001

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.

3 replies

April 27, 2023

You can save/update the value in a rule input inside saveinto parameter of any interface component.

stefanhelzle0001
Brainy
April 27, 2023

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.

mikes0011
Brainy
April 27, 2023
Do I need to create Process model for updating rule input values?

I'm not sure what you mean by this or what this would look like.  Can you provide a bit more detail here?

The Expression Guru