Jump to content
  • 0

How to send email if there is a file uploaded in a new/existing record?


Takodachi

Question

3 answers to this question

Recommended Posts

  • 0

Hi @Takodachi,

I believe this can easily be done by a trigger. But first you need to have 3 important fields in your table. The first one I believe you already have is the File field, the other two are the Formula and Text (255) Field.

The formula and text (255) will help determine if there is a file uploaded to a new or existing record.

It should look like this:

image.png.96c9e51bb831f1ef53ee218e8c96f596.png

In the Formula field, you will need to have the file field. From the example, we should have [@field:Document]. Like this:

image.png.2b7c051537cf7b5bda02b31d325c38be.png

Next, on creating a triggered action, you may follow this setup:

image.png.8b25f2f0e4511a4460b89d55cddbe1b8.png

Keep in mind to set insert and update events on the trigger.

image.png.7a9827967b64b98a7776f7884094cd37.png

I hope this helps!

Link to comment
Share on other sites

  • 0

If you want you can copy the same setup and apply it on a task and still achieve the same results.

image.png.afe89d71b3d2f22b9dd000cee5dc7864.png

Though it is still up to you when you want to send the email. 

The trigger will send the email in real-time. While on the task, it will send the email on a specified schedule.

 

Cheers!

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...