I have created azure logic app using ARM Templates from visual studio 2017. In that I used send email action for sending emails. But I want to read the values from parameters in send email action for subject, to, body properties.
Example for Subject: “Hi, how are you? <parameter value>”
So, can anyone please suggest on this.