Reputation: 1
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?
Upvotes: 0
Views: 345
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.
You can refer this documentation to install on-prem gateway for logic apps.
Upvotes: 1