Jump to content
  • 0

Triggered action that can add record as well as delete record


rgiljohann

Question

I created a triggered action that successfully adds a record to a different when it is supposed to. This is used in an authentication table that filters users by two checkbox fields. Since the first part works, the second part I am trying to accomplish is if later I 'uncheck' those boxes, the different table updates accordingly. I have not been able to get that to work with the triggered action shown below. Ideally, it would be best if the second table deletes the record if I 'uncheck' that box, but I have not been able to get that to work. Again, I have the first Insert Into section working properly. I have not been able to get the second part which would either be an update or delete to work properly.

Triggered action:

image.png.ab63af8a94c41c253075756b1c271a97.png

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1

Hi @rgiljohann,

I would highly recommend creating a separate trigger for on "Update" event which will delete the updated record if criteria met.  

You currently have all events enabled (Insert, Update, Delete) which might create a lot of confusion after you try to test the Trigger.

Also, you need to change "Delete from" clause to #inserted if you would like to delete only updated record if criteria is met.  

Hope this helps.

Screenshot.JPG

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