How to give Decision condition inside iterator in Microflow.

0
Here, is my xsd and microflow. I want to create a condition for text & table. I am implementing the microflow for extracting the text and table. It working fine for text-extraction, But it is not going into False condition i.e. for table. Can anyone help me out, what is the issue in my table-extraction microflow?   xsd :     microflow :                 domain model:      
asked
1 answers
0

Make sure you are comparing the right cases, if not convert to either lower/upper case.

Another thing that might help you is to debug the application and observe what values do come up.

answered