So I need to compare dates and then compare it again and the compare it with something else.
I have 5 If activites nested in each other, it looks something like this:
then:
then:
then:
then:
In the last If activity i need to start do some stuff but i would not like to do it under the Then and Else part. It just gets to cluttered. I have 4 then “parts” and 6 else “parts”. How can i do it so that it looks better.
I would like to do the rest of the process in 10 different sequences(xaml files).
How should I do this. Switch activity or assign variables and based on which if activity it end up in pass the variable to another “part”.