Hi,
I have a situation where I use a condition to check if the form has the required fields completed.
If(formName.Valid, 'run flows', false)
it used to work so that when the user did not enter the required data in the form, nothing happened, only the red controls with missing information were highlighted. If everything was ok, flow was started, which saved data to the sharepoint list.
Has anything changed recently in how form.valid works?