Hi, I am trying to create a drop down list for an email column that contains 2 or more emails separated by ; delimiter.
I already tried Distinct ('Process Task List', Split( Email,";")) however this goes into error saying Expected a different collection record structure.
Any ideas to properly split the emails?