I need to create a sharepoint designer workflow where i need nested if else conditions in a single branch. currently, each branch holds a single if else condition.
I need to perform something like this
If(Condition1 )
{
----
-----
}
Else
{
---
}
All this should be kept in a single branch. and i have 6 if else conditions like this. can anyone help me if this can be achieved through the OTB designer workflow.
I need to perform something like this
If(Condition1 )
{
----
-----
}
Else
{
---
}
All this should be kept in a single branch. and i have 6 if else conditions like this. can anyone help me if this can be achieved through the OTB designer workflow.