selected by default

whenever i click on add row it's coming with selected 

what mistake i have done here?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    i think...this happens when your field in which you are saving data is not array type even if you make your ri array ... by default the starting value of the array rule input is only null, not items of null. try saving the value in local variable by declaring the local variable as array [local!temp:{}] and sav the selection to the local variable .. after that you can save the values to the rule input .

Reply
  • 0
    Certified Associate Developer

    i think...this happens when your field in which you are saving data is not array type even if you make your ri array ... by default the starting value of the array rule input is only null, not items of null. try saving the value in local variable by declaring the local variable as array [local!temp:{}] and sav the selection to the local variable .. after that you can save the values to the rule input .

Children
No Data