Solved

Clear a form after insert

  • 20 April 2021
  • 1 reply
  • 54 views

Userlevel 1
Badge

Goodmorning,

 

Is it possible to clear a form after an insert? I don’t see a setting for this. I tried also to do something with the processflow using the add action, but that also had no effect.

I use a formlist in combination with a form.

 

Thank you,

Corné van der Linden

icon

Best answer by Mark Jongeling 20 April 2021, 14:21

View original

1 reply

Userlevel 7
Badge +23

Hi Corné,

The formlist reflects the column values of the selected row. It is not possible to not show the values of a selected row.

To have it not show any values and just function like an Adding component, you'll have to make a View (Only Formlist component needed) that is only used to Add new rows. The Instead of trigger of that View can then insert the row in the correct table. And using it in combination with a Process flow to refresh that table, makes you aware the row is now present in the table.

Would that be an option for you?

Reply