Hi All -
I have multiple flows that stopped working. I'm not sure why.
I have a flow using 'Get Items' but it's not rendering any results :
Here is a screen shot of my list showing it SHOULD be consumed :
It seemed to break around June 27th. Is anyone aware of what may have happened or why this isn't working anymore?
Thank you.
Here is something interesting. I changed 'Workflow_Notified' to a free text field instead of choice, and still seeing the SAME behavior of not pulling in any records based on the Filter Query. WHAT THE HECK
@creativeopinion
No, my field is a choice field. Not a lookup.
@simms7400 To confirm, your column isn't a look up column? The only reason that the Filter Query wouldn't be able to filter on that column would be because it's a look up column. You can confirm this in the List Settings of your SP list.
If your column is a look up column you'll need to use a filter array action to filter out by the values of that column.
Verify the expression in the advanced mode. The Filter Array action may not wrap your text in single quotes and you might have to enter those manually. I find it impossible to edit expressions in the Advanced Mode as the cursor jumps around. Instead, I'd recommend copying/pasting into a text editor—make your changes and copy/paste back into the field.
@simms7400 Can you scroll down in the outputs to the dynamic content you are trying to filter on? I'd like to review the output of the Workflow_Notified column.
@simms7400 Can you show the outputs from the Get Items action?
@creativeopinion Interesting! That worked. I wonder why?
Why wouldn't Workflow_Notified eq 'FALSE' work?
@simms7400 Another test you can run in your flow is to use a filter query to return that specific item and review the outputs from the Get Items action.
ID eq 8277
@FLMike not sure what you mean about comparing the column itself. Can you elaborate? The way I have set the Filter Query has been working for years. Not just in this flow, but many others. I'm not sure what you mean.
@creativeopinion the flow return records when I remove the Filter Query. Not sure Dynamic Content is the issue, but will try it
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2