Hi all,
I have a flow which sends me a query kusto report every day, with a table render.
Please, is there any way to delete that URL cluster information from my sent e-mail?
Hi @v-wenjuan-msft, thanks for your reply.
Actually, I would want to send the e-mail without this URL information, only with my generated table from the kusto query
Hi @jessikalobo ,
Do you mean you would like to get the message body and delete the url part, then you may need to send it out again?
Does the url link locate at end of the email?
If so, follow below guidance for a try:
indexof(outputs('Get_email_(V2)')?['body/bodyPreview'],'https://')
take(outputs('Get_email_(V2)')?['body/bodyPreview'],sub(outputs('Compose'),1))
Community Support Team _ Wenjuan Zou
If this post helps, then please consider Accept it as the solution to help the other members find it.
WarrenBelz
146,605
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,946
Most Valuable Professional