I'm making a flow, and I'm having doubts about the FreeForm functionality.
In the Flow below, I have 2 freeform created, each containing a specific document type:
see attached Flow.png file
In the Flow configuration, I define that FreeForm1 understands a type of document:
see attached FreeFormID.png file
see attached FreeFormID4.png file
But if this condition is not accepted, I ask that the other FreeForm2 be validated, which has another document characteristic:
see attached FreeFormID5.png file
But the process gives an error, informing that the condition was not accepted, and all the rest of the process will be cancelled:
see attached FreeFormLogs.png file
So I ask: Why does this error occur, given that the Freeform2 model is correctly configured to identify the document referring to it. And when I delete this Freeform2 connector, the process works, identifying the Freeform1, and when it's not the Freeform1 document, the flow identifies it to be another type of document.
But my intention would be to make both freeforms bankrupt and in case, a third type of document enters the flow, then yes, the process should be canceled.
Can you give me a suggestion?