Are switch/case statements broken in logic apps?

Oli Jukes 0 Reputation points
2024-07-19T14:39:37.7233333+00:00

I can't use switch/case control statements in my logic app, trying to add a completely fresh one using the designer shows it had an "Error loading component." and copying one in from another logic app using the code view prevents saving due to an error (requiring property 'case' but got null) which suggests the default block needs a case value, but it shouldn't have one since the default should only be used if no other cases match. Am I doing something wrong or is there a bug with this component?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,133 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.