Dear,
I have seen few posts about issues with new popup lov which seem similar but didnt find any good solution on the forum to this quite basic issue
I have a Popup LOV item (no selection of multiple values, no manual entry) with a static list of values having different display and return value
When I'm using "Set Value" in a Dynamic Action, it sets the return value (that's fine) but the display value gets empty => it is probably a bug ?!
Only workaround which i found is to use a javascript $('#P_ITEM').val('the display value') but this requires me to "translate" the return value into the display value in that javascript, which is not practical nor elegant (as basically that lookup list is defined in the 'list of value' item itself)
Is there any solution to that ?
Txs and br