I have a flow that has a 'Switch' to determine different paths to take, based on the input passed in. Each path makes different web http calls and gets back JSON data (each branch returns different data). Is it possible to have two branches that have an Http Response with the response code of 200? It appears it does not. If not, how do I return this JSON data in each branch?
Additionally, if I put a result code of 200 in one and 201 in the other branches HTTP Return Code, it runs, but seems the data returned to PowerApps (which is where the call originates) always uses the layout of the first branches columns names (which has the Return Code of 200). For example, if branch 1 has the columns Code and Description in the data being returned in the Http Response (Code 200), if branch 2 is followed on another run (but has a Code 201 in the action), it still returns columns Code and Description, even though it has different columns (although doesn't show the branch 1 data, but then also doesn't show the branch 2 data, even though the output of the response in Power Automate shows the correct branch 2 columns and data).
Not sure if any of this makes sense. Hope someone has an idea of what I may be missing.
