Flow error displays instead of field validation

This had nothing to do with Skuid, but was an unfortunate result of hurried problem solving.  I had introduced a validation rule that used CreatedDate to allow existing opps to bypass the validation.  The validation wasn’t failing until the record was saved which caused the error message to display in the context of the process builder.  Adding ISBLANK(CreatedDate) to the validation rule did the trick.

Oh well, at least it’s working now.