Quantcast
Channel: SharePoint Legacy Versions - Using SharePoint Designer, InfoPath and Other Customizations Forum
Viewing all articles
Browse latest Browse all 2319

Using Nested If Else Conditions in a single branch of SharePoint Designer WorkFlow

$
0
0
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.

Viewing all articles
Browse latest Browse all 2319

Trending Articles