"Run Multiple Actions" example for taking data from a row to create a new row in another object

It sounds like Matt has a good idea here. I wanted to also toss in the fact that you can use the action framework to create a new row on your destination model, and give that new row default values. The default values could be static, or they could use merge syntax to grab values from another model. 

I’d recommend looking at our documentation on Skuid Merge Syntax, and Global Merge Variables, to understand how you might approach this.