Add Multiple Rows without leaving the page

I’m looking for a way where after adding a row to the table, the form automatically opens up again to allow the user to add the next item.

Use the on submit action to “Show form screen”

An alternative is using a form container on a details screen, I guess.

Hi Robert, thanks for the prompt response.

I’m using a value from the original screen when filling the form. When I open a new form On Submit, it loses the context of the original screen and I’m unable to capture the RowID I Need.

Any way around this?

If you store the RowID in your User Profile row before opening the form, you should be able to access it from there.

Good point. On Submit → Show Form would end up giving you the wrong context.

Perhaps try a screen with a form container instead?

1 Like