Skip to main content
September 23, 2022
Question

How To pass the value of multipleDrop down values from one interface to another? I getting error!

  • September 23, 2022
  • 2 replies
  • 1 view

Getting an error like this what to do ?

    2 replies

    harshitb6843
    September 23, 2022

    Why do you have two variables in front of the "value" parameter? You should just use RI if you need its value from the outside. What is the need of local variable? 

    Participating Frequently
    September 23, 2022

    Can you share your code snippet.