Hello and good morning,
I have a situation where I need to update a SharePoint list on a quarterly basis.
My first thought was to get the current quarter, easy enough -

I have a SharePoint column called "CurrQuarter"
So when an item is added to the list and my workflow runs, I want to add the current quarter to that item.
So what I attempted to do was create four conditions to update a variable that would hold the current quarter number value



If the first condition isnt met then do the next condition


And if the second condition isnt met then evaluate the third condition and so on.
The issue is that this doesnt work.
Some direction from the experts here would definately help this noobie greatly!
Thanks