Email automation bot

Hi!

I create a bot that send emails when all changes hapens, in that Bot there is a Process that get one column values separeted with “,” that has email list from and EnumList.

I try a few expressions in the “To” expression of the Procces but I can´t make that process get the emails from that Enumlist and send emails to thouse.

EXTRACTEMAILS([VersionPlanosBulkEmails]), SPLIT([VersionPlanosBulkEmails],“,”) and LOOKUP([VersionPlanosBulkEmails], “ProyectosYUsuarios”, “VersionPlanosBulkEmails”, “UIDUsuario”).

How can I do this?

You seem to he getting the Email values from the referenced table “Usuarios” in the column [VersionPlanosBulkEmails]

Could you mention what is the key column of the table “Usuarios”