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
The labels for the selected items are defined by the "selectedLabels" parameter.
Example: https://docs.appian.com/suite/help/25.2/recipe-configure-an-array-picker.html
thanks Stefan Helzle 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.