dev_ep
dev_ep

Reputation: 1

Cannot create an “insert row” step in an Azure Logic App

I'm creating a Azure Logic App that uses SQL. When I try to insert a row, I get a disabled Create button. Why? What is wrong with my input? enter image description here

Upvotes: 0

Views: 345

Answers (1)

VenkateshDodda
VenkateshDodda

Reputation: 5506

To create MySqL connection in logic app ,you need to pass the on-prem gateway connection Name as well in order to create a api connection as shown in the below screen shot.

enter image description here

You can refer this documentation to install on-prem gateway for logic apps.

Upvotes: 1

Related Questions