roattw Posted July 27, 2020 Report Share Posted July 27, 2020 I get this warning message when I try to add a second triggered action: I had this triggered action: I tried to add this second one but got that error. All have to be combined in one giant triggered action? Quote Link to comment Share on other sites More sharing options...
0 ParkLoey Posted July 30, 2020 Report Share Posted July 30, 2020 Hi @roattw, You are getting this error because you are trying to enable two Triggered Actions that runs on insert. As per https://howto.caspio.com/tables-and-views/triggered-actions/ You will need to put it in one Triggered action since it also run during insert. I hope this helps! roattw 1 Quote Link to comment Share on other sites More sharing options...
0 NiceDuck Posted August 2, 2020 Report Share Posted August 2, 2020 You also need to avoid inserting a record on the table where your trigger resides if its event is set to "Insert", same for the update or delete. This will cause a recursion error which like the trigger effects are triggering itself causing a loop. roattw 1 Quote Link to comment Share on other sites More sharing options...
0 roattw Posted August 2, 2020 Author Report Share Posted August 2, 2020 Thanks for the tips! Quote Link to comment Share on other sites More sharing options...
Question
roattw
I get this warning message when I try to add a second triggered action:
I had this triggered action:
I tried to add this second one but got that error. All have to be combined in one giant triggered action?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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.