15

I am trying to run custom JavaScript in logic App using an (Execute JavaScript Code) action, but I am getting this error:

Failed to save logic app httpResponses. The workflow must be associated with an integration account to use the workflow run action 'Execute_JavaScript_Code' of type 'JavaScriptCode'.

How can you actually do this?

Anonymous Type
  • 3,051
  • 2
  • 27
  • 45
ZCoder
  • 2,155
  • 5
  • 25
  • 62

1 Answers1

15

To run the inline code action you need an integration account. These have some different pricing tiers. You only need to create it and then on the Logic App Workflow settings associate it. See below:

configure integration account

Select integration account

AdAstra
  • 1,934
  • 11
  • 9