Azure Logic Apps: How to Implement Conditional Actions Based on HTTP Response Status Code
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-08
azure logic-apps http conditional-actions
I'm working on an Azure Logic App that needs to perform different actions based on the HTTP response status code from a REST API call. My current setup is a sim...