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
You can save/update the value in a rule input inside saveinto parameter of any interface component.
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.
ramanjeetk1058 said: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?