My end-goal is to display an additional page item when the user chooses certain values from a multi-select LOV.
A question I have is, when you have a DA with a client-side condition of "Item is in list", how do you handle the case where your list contains a comma being that the List is a comma-separated string?
My Dynamic Action is on the Change of a multi-select LOV and the Client-side condition is:
Type: Item is in list
Item: P4_LOV
List: Radio AM, v1, Radio FM, v1
The user can select from an LOV of over 100 items. When they select either one or both of those in my List I want to display an additional page item.
Example of user's list to choose from:
Satellite, v1
Radio
Radio AM, v1
Radio FM, v1
Satellite, v2
etc....
As a test, I tried a DA with a type of "Item = Value" where the value was "Radio AM, v1" (without the quotes) and when the user selects Radio AM, v1 it works properly by displaying my additional page item.
Thanks for any guidance,
David