Automatically Send Data to New Sheet

Alright so I have a form that takes input. I want to send that data to another sheet based of if a value is yes. Is there a way to do this automatically without making the user send it?

Solved Solved
0 4 487
1 ACCEPTED SOLUTION

You’ll want to create an action of type Data: add a new row to another table using values from this row, then make that action the Form Saved event action for the form view.

See also:


View solution in original post

4 REPLIES 4

Steve
Platinum 4
Platinum 4

Define “send data”.

I want to copy some of the data from the original form to a new row of another sheet.

You’ll want to create an action of type Data: add a new row to another table using values from this row, then make that action the Form Saved event action for the form view.

See also:


Ah thats what I was looking for. I didn’t know that on save I could bind the save feature to a behavior. Thanks!

Top Labels in this Space