Autopopulate to become null on cancel

Hi All,

i have a PickerFieldUser, which am auto-populating, but the user can cancel the auto-populated value and key in other entry,

auto-populating the user field is working fine, how can i make the field null when the user takes out the auto-populated data and key in his data, below is my code,

item: a!pickerFieldUsers(
label: "Requestor",
labelPosition: "JUSTIFIED",
maxSelections: 1,
value: local!Applicant,
saveinto: a!save(ri!Request_Inputs.Requestor,local!Applicant),
required: true,
validations: {}
)

Thanks in advance 

  Discussion posts and replies are publicly visible

Parents Reply Children