You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is because we set errorsExist on the parent but the error i inside the propertyResults sub result.
Maybe this is how it is and im using it wrongly.
Tested on
Flow 7.3
Flow 8.3
The text was updated successfully, but these errors were encountered:
mhsdesign
added a commit
to Flowpack/Flowpack.NodeTemplates
that referenced
this issue
Jun 21, 2024
State of the result in question
The following code breaks with this exception, and after debugging it turns out
getFirstError
really returns false.This seems to be a workaround to really get the first error:
I think this is because we set
errorsExist
on the parent but the error i inside thepropertyResults
sub result.Maybe this is how it is and im using it wrongly.
Tested on
Flow 7.3
Flow 8.3
The text was updated successfully, but these errors were encountered: