APEX - Dynamic actions "in list" condition not working

September 5, 2014

Problem:

While setting an APEX dynamic action with the condition “in list” the system is ignoring the last element.

_   MANAGER,ADMIN_

Solution:

Though the user manual states that the elements in the list must be comma separated it omits the fact that it must also end with comma.

_   MANAGER,ADMIN**,**_