Hallo,
i am setting a variable initialized as array. The value i am getting is
[
{
"EMail": "myEmail@demo.com",
"Title":"my Email",
"Name":"i:0#.f|membership|mymail@demo.com"
},
{
"EMail": "mySecondEmail@demo.com",
"Title":"my Second Email",
"Name":"i:0#.f|membership|mysecondmail@demo.com"
}
]
Is there a way i can trim the Name property so i can keep only the red highlighted value??
I only want mymail to be the Name property
Solved! Go to Solution.
Hi @marial16
Use the replace expression
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @marial16
Use the replace expression
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @marial16
I have extended the flow to read the contents. Here it is
Parse JSON Schema is as follows:
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogYou can also use the select action and enter an expression in the value for Email field where you use a replace function, that way you can avoid the apply to each loop and keep your flow more efficient
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
27 | |
26 | |
23 | |
14 | |
10 |
User | Count |
---|---|
63 | |
55 | |
29 | |
28 | |
24 |