User picker component

Hi ,

   I am using user picker component and passing the value of user picker by using a local variable fetched using query.when i try to change the value of user picker,it is showing the same value .PFB the code

 

a!pickerFieldUsers(

value:index(local!Data,"owner",{}),

saveInto:ril!owner,

label:"Owner",
required: true,
maxSelections: 1,
labelPosition: "JUSTIFIED

)

Kindly request to provide suggestions for this issue.Is there any way to save this local data by default to rule input so that i can use rule input instead of local variable.

 

Thanks in Advance

Pradeep

  Discussion posts and replies are publicly visible