I've created custom connector in Power Automate with custom code, which enabled me to make changes to the request before it makes the actual call. However, when I tried to migrate the custom connector to Azure Logic App Custom Connector, I couldn't find the Code section (tab).
Any help would be greatly appreciated.
In Power Automate's Custom Connector:
In Logic App's Custom Connector:
Thanks.
I'm afraid Logic apps don't support custom code in the connector (they only run the OpenAPI definition). There is the script action in logic apps that you could in theory run after the connector to handle your custom code. But it is JavaScript not C#, has limited length, and depends on what your code does (e.g cant follow a redirect).
>--------------------------------------------
If this helped solve your question please mark it as the solution.
I also do a weekly Power Platform blog at https://dev.to/wyattdave
Michael E. Gernaey
798
Super User 2025 Season 2
Tomac
469
Moderator
Power Apps 1919
333