Propergating non property on form submit

Hello all!

In one of my flow application there is one form, which have checkboxes not bound to properties of the entity. (They should perform some other actions after persisting the entity.)
I’ve tested several attemepts and searched arround but whithout a solution.

Does anyone have advice for solving this problem?
Any hint is welcome! :slight_smile:
Thx!

can you elaborate on what you try to achieve, i.e. expected vs actual behavior?

Hello Bastian!

I’ve solved the problem a few days ago - sorry for not inform immediately after that.

The problem arises due to missing name attribute of the checkbox which is obviously mandatory. :frowning:

Annoying time-consuming mistake… Grrrr…