pickerFieldCustom: selected value is getting replace with identifiers value

Certified Associate Developer

the pickerFieldCustom field is replacing the user selected data to its identifier value , please suggest how to solve this. 

my datasubset is as below :

a!dataSubset(
data:a!flatten(local!output.data),
identifiers: a!flatten(local!output.identifiers)
)

 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    thanks   for your prompt response. 

    the expression rule is taking user input and doing a DB query which return back list of user and id like below :

    sample data:{gaurav, Stefan},
    identifiers: {1,2}

    when user select gaurav ,pickerFieldCustom  is changing "gaurav" to 1 , that is the problem. 
    please can you share a sample example if you have any. i checked your site also (appian rocks) but unable to get a solution. 

    Thanks for your help.

Children
No Data