Conditional Branch in O365 vs SharePoint On-prem

  • 17 April 2020
  • 1 reply
  • 1 view

Any insight would be appreciated! 

I am trying to work with conditional branching in O365. In on-prem I could select the column and the value would display the dropdown choices.  For O365, to configure the action is different.  I believe I need to query the item and store it in a collection variable.  In this case 'oral pathology'.  The problem list may contain multiple problems.

7441i3712337F00616A3B.png

The check to see if that item exists in the collection.

7442iDA0165F2BEE04918.png

Then I can add the output of that to the conditional branch.

7443i6A3AAFCD0C977B5A.png

7444i7B3B5C0755C7D43D.png


1 reply

Userlevel 3
Badge +9
Use a "For Each" action with an Output Index variable to loop through the collection.
Within the loop use "Get Item From Collection" with the Output Index variable to specify which instance in the collection to extract into a simple variable.
Then perform whatever processing is needed for that value.

Reply