Tuesday, January 12, 2021

How To Add Parameters In Azure Logic App

 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 -

  • blank logic app
  • logic app from template
  • add a condition in logic app

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.

No comments:

Post a Comment

No String Argument Constructor/Factory Method to Deserialize From String Value

  In this short article, we will cover in-depth the   JsonMappingException: no String-argument constructor/factory method to deserialize fro...