brian_s
7 days agoQrew Trainee
Copying data from a table to a seperate table on save/update
If I have a form that I am having a user fill out, what is the best way to copy that data (or specific fields) from that form to a new table?
The form is for an approval and could be an "update" or a "new process" that needs to be approved. I'd like to copy all the requested updates to one table and the new requests to a separate table. Ideally, I'd like to send updates over from the main form as well (pending to approved/rejected, date modified, etc).
I believe I could use a pipeline. Is that my best bet? and if so, is anyone aware of any decent posts that would provide a little guidance?