Skip to main content
sunilc0004
May 26, 2022
Question

I can't send the data from local variable to rule input.

  • May 26, 2022
  • 10 replies
  • 1 view

Hello Community,

I am facing the problem in interface that I am not able to send the data form local variable to rule input.

whenever I click the submit button, I wanted to that the data send into the rule input from local variable.

please help me

    10 replies

    stewart.burchell
    May 26, 2022

    Why do you need to place the data in local! variables before passing it to the rule inputs? The data won't get passed to the process until the User Input Task node completes, and that only happens when you submit the form. Typically we don't take this 2-step approach unless there's a specific reason.

    What is your specific experience? How do you know the data is not arriving in the rule input?

    sunilc0004
    May 26, 2022

    yes,

    The data is going to the rule input, but I want to that first, data is store in local variable than after store into rule input.

    stewart.burchell
    May 26, 2022

    Why? What's the purpose of storing in the local variable and the rule input? Why is storing it in the rule input alone not sufficient?