Azure / logicapps

Azure Logic Apps labs, samples, and tools
MIT License
368 stars 302 forks source link

Workflow fails to save when a dynamic value is passed in the header parameters of the Built-in function app connector #1241

Open kclaka opened 2 days ago

kclaka commented 2 days ago

Describe the Bug

The built-in Function App connector causes a workflow error when a dynamic value is passed in the Header parameter.

This issue affects all Standard Logic Apps in all regions .

Plan Type

Standard

Steps to Reproduce the Bug or Issue

  1. Create a standard logic app
  2. Add a HTTP request trigger
  3. Add a built in Function app connector
  4. Authenticate the function app connector and then pass the dynamic header from the HTTP trigger and then try to same the the workflow
  5. You should receive an Inernal Server error

Workflow JSON

Screenshots or Videos

Image

Additional context

No response