Hey there !
I’m Creating a CRM where I have:
Parent Table (Leads)
Child Table (Services Detail)
What I want to archieve is when the Lead is closed/Sold I want to send an email for each Child record (Each Service sold).
What I have so far is a bot for the Leads Table that triggers when the status is “Close” After thet I have a Call A Process Step to Send the Email
Problems:
- On the Call a Process Step I Put manually the ID of the Service DEtail Otherwise I had this error :
Error Message
Error encountered in step with name [Crear Cada Hoja de Negocio]: Could not find row with key: in table:Detalle Comercial.
- It can only send 1 email for each child record
Help please