1
0
-1

all users have different email. is it possible to email each of the user every time their requests are approved?

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      From what I understand, you're looking to automatically send notification emails to individual users whenever their specific requests are approved. you can do this by using variables within email tool under process builder.

      For instance, if you have a form field named "email" that collects the user's email address, you can reference this field in the email notification setup. By using a form hash variable such as #form.table_name.input_id#, the system will automatically insert the appropriate email address from each form submission into the "To" field of your email notification.



      Feel free to reach out for further assistance or more information.

        CommentAdd your comment...