I have a Flow. The flow returns a list of pre-existing records (D365). I then have a switch statement on one of the fields in those records. The Flow works to the point of the Switch record. While it doesn't fail, none of the Switch Cases execute.
Appreciate any assistance anyone can offer.
Peter.
If you feed the records to the switch one at a time using an apply to each. And then evaluate the text field, yes the switch should work whether the value has changed or not.
Maybe a more specific question might help. Does a Switch statement work when the record is in place and hasn't changed? But the value is different across the list of records returned.
Peter.
Hi, it is a text field. That's useful to know tho!
Peter
What kind of field are you trying to run the switch on? Switches are case sensitive and only work on text values.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1