Jump to content
  • 0

Send Email triggered action to send email only once


CFSol

Question

I have created a data page that allows a record to be 'flagged' via a checkbox. (photo below)

I am finding that if someone goes into the record to update another field, the email will resend. The only way I can think to combat this is by having the 'Flagged' checkbox untick itself once the email is sent so if other fields are updated, it wont register that the checkbox isn't ticked.

Appreciate all help

image.png

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi @CFSol, that's actually the easiest idea! However, it might defeat the purpose of the checkbox. Not sure about your workflow but it might also cause confusion if the record is viewed and they see that "Oh, this record hasn't been flagged yet." So they might just check the checkbox and cause sending the email again,

A solution I can provide is by adding a new condition to make sure the email will be sent IF and ONLY IF, the checkbox was updated to TRUE. This solution will basically require you to just add a couple of things to your existing trigger. First, make sure to also join the table where you are updating so we can compare the OLD checkbox value to the NEW checkbox value.

image.thumb.png.72389631f2e690dc426b5db134298ab9.png

 

I hope this helps! :) 

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...