CaptnK Posted December 4, 2020 Report Share Posted December 4, 2020 I have two tables, Active_Users and Inactive Users. Each table has a user id, name, and status. I would like a trigger invoked on insert and updates to the Active Users table. The trigger moves records from Active Users to Inactive Users where the status = "inactive" in the Active Users table. Any help appreciated. Quote Link to comment Share on other sites More sharing options...
0 AtayBalunbalunan Posted December 6, 2020 Report Share Posted December 6, 2020 There may be various solutions to this using Triggered Actions, CaptnK. You may refer to the following as a sample reference. It is highly advisable to work on test tables and data when troubleshooting Triggered Actions to prevent modifications of your actual live data. You may try the above and check if it works for you. engineersacademy 1 Quote Link to comment Share on other sites More sharing options...
0 roattw Posted November 28, 2022 Report Share Posted November 28, 2022 Going back on this answer a bit. These both be included in triggered actions correct, not just one or the other? Thx Quote Link to comment Share on other sites More sharing options...
0 IamNatoyThatLovesYou Posted November 30, 2022 Report Share Posted November 30, 2022 Hello @roattw, Yes the sample that was provided are for Triggered actions. However, you may try this on Application Tasks as well. You may check it out here. Quote Link to comment Share on other sites More sharing options...
0 Flowers4Algernon Posted July 29, 2023 Report Share Posted July 29, 2023 Hello! For more information regarding Triggered Actions, you may refer here: https://howto.caspio.com/triggered-actions/triggered-actions-2/ Quote Link to comment Share on other sites More sharing options...
Question
CaptnK
I have two tables, Active_Users and Inactive Users.
Each table has a user id, name, and status.
I would like a trigger invoked on insert and updates to the Active Users table.
The trigger moves records from Active Users to Inactive Users where the status = "inactive" in the Active Users table.
Any help appreciated.
Link to comment
Share on other sites
4 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.