Hello,
I'm trying to create a Flow that will make a new task in an existing Planner board when an item is added to a SharePoint list and is assigned to my team via a specific value in the "CX Pod" column contained in this list.
I've created the initial Flow, and in testing it looks like the condition step always returns false, but the when an item is created step returns correct results.
What's the best way to achieve this functionality?
Solved! Go to Solution.
Use an expression to get the "Value" within the JSON. I'm not the best at this but it'll be something like: equals(outputs('Compose')?['Value'],'GSO') //evaluates to true/false
@New_User1- what is the output value returned from [CX Pod]? Write a simple 'Compose' action before your condition and check the value.
Any chance that you could click on the camera icon and paste in your screen shot rather than using a link?
Here's a screenshot with the compose action inserted before the condition. Everything else is the same as in the original screenshot.
Here you go, see if this is more clear:
Use an expression to get the "Value" within the JSON. I'm not the best at this but it'll be something like: equals(outputs('Compose')?['Value'],'GSO') //evaluates to true/false