i have 2 conditional builder (1 embedded in the other)
First one check for a condition, if not found goes to a simple not found message
If found, it goes to a second conditional builder which is based on filters
if any of the filters is used, go to a page, if none, then another page.
For some reason in the embedded conditional builder i have an If , else if and else,
I have tried to limit it to IF ELSE but the application doesnt let me create anything in the Else, i cannot copy the body of the else if, i cannot put a container, litterally nothing works and im not getting an error message, any one familiar with why?