Not able to populate the sn record picker value in to the payload

JhansiN06297899
Kilo Explorer

I am creating a form where i take the input of user "assigned by" and i am able to get the user details and fill the user details but io am trying to insert that user in to results table i am not getting the output in the table i am using like this  <div class="manager-picker-container">
<label class="required">Manager on Duty</label>
<div class="aor-select-wrap">
<sn-record-picker
selected ="c.data.managerUser"
table="'sys_user'"
display-field="'name'"
value-field="'sys_id'"
search-fields="'name,email,first_name,last_name'"
default-query="'active=true'"
page-size="50"
placeholder="Select Manager on Duty"
show-add="false">
</sn-record-picker>
</div>
</div>

0 REPLIES 0