How To Add Parameters In Azure Logic App

Introduction

Azure Logic Apps is a fully managed integration Platform as a Service which provides a way to automate the workflows and business process. You could easily integrate across different services in cloud and on-premise through connectors. In my previous articles, you saw how to create -

In this blog, you will see how to add parameters which can be reused throughout the logic app. I have already created an app which sends email to my Gmail account (hardcoded the email address) when an item is created in SharePoint Online list.

Add a condition to the logic app

Log in to the Azure Portal.

Click Resource Groups-> Resource (in which you have created the logic app) -> click on the respective logic app.

Click Edit. Click Code view.

Under parameters, add a new parameter.

Under Send_email action, update the To address with the newly added parameter value.

Save the changes.

Result

Thus, in this blog, you saw how to add parameters which can be reused throughout the logic app in Azure.

Ebook Download
View all
Learn
View all