Hello,
So, I'm trying to write a short script where users adding data into our forms can receive an email if it was approved by the administrator. This is what I have,
| SendMail [ From : zoho.adminuserid To : zoho.loginuserid Subject : Description + " has been approved!" Message : "Your message" ] |
The problem with this code is who I'm sending this to: zoho.loginuserid. Because the administrator has to check the box in the data sheet as "true" in order to approve it, the program thinks he is the user to send the email to. I don't want the email to be sent to the modified user, only to the added user, the one who first added the data. Any help would be much appreciated.
Regards,
Mohammed Alhaj