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.

Captura de Pantalla 2023-09-08 a la(s) 10.32.49.png

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.

Captura de Pantalla 2023-09-08 a la(s) 10.42.35.png

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

How can I do this? 

 

0 1 74
1 REPLY 1

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"

Top Labels in this Space