# Add multiple rows on form submission

**URL:** https://community.glideapps.com/t/add-multiple-rows-on-form-submission/68131
**Category:** Ask for Help
**Created:** [November 25, 2023, 4:05pm UTC](https://community.glideapps.com/t/add-multiple-rows-on-form-submission/68131 "2023-11-25T16:05:31Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Pietro\_Castellani](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pietro_castellani/32/59938_2.png) [@Pietro\_Castellani](https://community.glideapps.com/u/Pietro_Castellani)
#### Post date: [November 25, 2023, 4:05pm UTC](https://community.glideapps.com/t/add-multiple-rows-on-form-submission/68131/1 "2023-11-25T16:05:31Z")

</div>

I’m building a project management app and I want to add multiple tasks based on the type of the project selected after the form submission. They won’t necessarily be the same number of rows, it depends on the project type.

Is it possible without using Glide API or a third party? In an efficient way?  
The tasks are pre-determined so they won’t change over time, the solution can be set today and the forget for quite a long time as it don’t need maintenance.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [November 25, 2023, 5:01pm UTC](https://community.glideapps.com/t/add-multiple-rows-on-form-submission/68131/2 "2023-11-25T17:01:49Z")

</div>

> [@Pietro\_Castellani](#):
>
> Is it possible without using Glide API or a third party? In an efficient way?

No.

---

<div class="post-metadata">

### Author: ![Pietro\_Castellani](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pietro_castellani/32/59938_2.png) [@Pietro\_Castellani](https://community.glideapps.com/u/Pietro_Castellani)
#### Post date: [November 25, 2023, 5:19pm UTC](https://community.glideapps.com/t/add-multiple-rows-on-form-submission/68131/3 "2023-11-25T17:19:11Z")

</div>

What about using a custom action with IFs + Add rows? I have just 8 types of project to run through

---

<div class="post-metadata">

### Author: ![AdamMartin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adammartin/32/66650_2.png) [@AdamMartin](https://community.glideapps.com/u/AdamMartin)
#### Post date: [November 25, 2023, 7:51pm UTC](https://community.glideapps.com/t/add-multiple-rows-on-form-submission/68131/4 "2023-11-25T19:51:00Z")

</div>

If the tasks are pre- determined based on the project type… then maybe you can have a “project template” table which has a column with the specific tasks associated with it.

The new project can copy this info across… and then keep track of what tasks have been completed etc.

I don’t have time to go into detail of all the steps… but maybe this gives you something to think about.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [November 25, 2023, 11:30pm UTC](https://community.glideapps.com/t/add-multiple-rows-on-form-submission/68131/5 "2023-11-25T23:30:04Z")

</div>

That would work as long as you don’t have too many rows to add.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [December 11, 2023, 4:53pm UTC](https://community.glideapps.com/t/add-multiple-rows-on-form-submission/68131/6 "2023-12-11T16:53:23Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
