Extract Data from email and reuse it in azure logical Apps

Mohamed jihad bayali 1,141 Reputation points
2022-12-05T11:15:37.973+00:00

Hello All,

I'm new to Azure logical Apps, if you can help me with the following need, i will be grateful :

I need to retrieve Data (Fields in the Email body) from a source email, and then reuse it to send a new email :

I was able to create the following Logical App :

1-Email trigger when the email arrives
2-Send a test email once the logical app is triggered

Now, i need to add another action in between this 2 steps, to retrive the email fields from the trigger, and then reuse them when sending the new email.

267180-image.png

Any idea how can i do this?

Thanks

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,511 Reputation points
    2022-12-06T08:43:25.577+00:00

    @Mohamed jihad bayali ,

    If you are looking to extract specific data which is present in the source mail, you can use the inline javascript action to extract the fields. Depending on the data format, you can use Regex or some other formatting method to extract data and then pass it to the send mail action.

    267678-image.png


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.