At a point in my database flow, I want to send an acknowledgment email to an email address contained in a view (an not in the auth table), using about 16 fields in the view. The fields span a large number of related tables. Is there some way to force an email other than the limited ability in Caspio to send an email premised on the data in a single table.
The only solution I can think of is to continually write data to a particular table, so that there is one record that contains all of the data I need for the email. Writing (and then continually updating) data in this fashion would seem to defeat the advantages of a relational data base, as I would always have to keep returning to that table to update.
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.
Question
mdunbar
At a point in my database flow, I want to send an acknowledgment email to an email address contained in a view (an not in the auth table), using about 16 fields in the view. The fields span a large number of related tables. Is there some way to force an email other than the limited ability in Caspio to send an email premised on the data in a single table.
The only solution I can think of is to continually write data to a particular table, so that there is one record that contains all of the data I need for the email. Writing (and then continually updating) data in this fashion would seem to defeat the advantages of a relational data base, as I would always have to keep returning to that table to update.
Link to comment
Share on other sites
2 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.