Skip to main content

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

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