Update SharePoint List Column matching on Form Answer Value

Copper Contributor

Hi All,

I am working on a flow that takes form responses and updates a SharePoint List. There are three separate conditions that I am attempting to solve for.

Condition 1:

If Response to Question 1 = A then Create new Item in List (this one I have working)

Condition 2:

If Response to Question 1 = B then update the item in the List where Answer to Question 2 = Value of Column in List (not working)

Condition 3:

If Response to Question 1 = C then update the item in the List where Answer to Question 2 = Value of Column in List (not working)

 

Here's what my flow looks like currently:

 

Condition that is working:

falcon1982_0-1649393038619.png

Conditions that are not:

falcon1982_1-1649393111839.png

I am using a Get Items to fetch the current values from the List.

falcon1982_2-1649393200138.png

Then I am using another condition to match on the value, then update the specific item in the List:

falcon1982_3-1649393418189.png

I think I am pretty close but the matching condition doesn't seem to be working for me.

 

Appreciate any help!

 

falcon1982

 

0 Replies