remove text after a comma,
example
andres, manuel, july
expected result
Andres
use,
select list item from list (split text at , comma)list with index 1
thanks excellent it worked
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.