Power automate json
Posted by:
pavan hnk
Date: July 13, 2022 12:12AM
I am making flow with power automate which is taking email body and then i am trying to choose specific details from that.
Flow is:
1.Catching email
2.Making email html to text
3.Making newline and splitNewLines
Filtering for array.
But my problem is that my Json is coming with one big strings.
{
"body": [
"Customer: James",
"CustomerId: 1234",
"Address: Street 123",
"Phone: 123455123"
]
}
So they are not coming like this:
{
"body": [
"Customer": "James",
"CustomerId": "1234",
"Address": "Street 123",
"Phone": "123455123"
]
}
Subject
Views
Written By
Posted
Power automate json
547
July 13, 2022 12:12AM
225
July 13, 2022 01:55AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.