Hello Power Platform Community,
I am highly confused about an actually very simple Problem:
I have a simple Form and currently on the button the following formula which is also working according to Power Apps. The Value is disabled. However the Button is still in Edit mode.

If(
IsBlank(DataCardValue5),
DisplayMode.Disabled,
DisplayMode.Edit
)
However, as soon as I start to fill out the Form ans Select for example the Product, it seems Power Platform is reading the formula and is applying it, the Button is in disabled Mode. However, as soon as I submit the Form and it is resettet, the Button is again in Edit mode.

What Am I missing here? Thank you!