Hello,
I am trying to create a flow that takes in variable data from a Powerapp (this is irrelevant) and pushes that data to a Graph API. I am currently using a Switch control to evaluate the "UserType" variable I receive from my App. Depending on the type it populates an initialized variable with the proper Json object.
Right now i need to take that populated variable, no matter the type and place into the Graph API call, but Flow is not giving me the "dynamic" option to place it into the field. which leads me to believe I can't access it unless i do this call separately for every switch case... I don't want to do this. Is there a way to Join the switch branches back together so i can access my data no matter what the switch does?