Hi All,
I am new to Flow and I am trying to create a flow where we can have dynamic mail content based on the value in the card tile in Power BI service.
I have already created a flow and mapped that with a Power BI alert and my question of how can we have dynamic mail content based on the value present in the card tile as illustrated below.
if card tile value ==1 then
--Mail Content
"The value of component 2 is breached "
else if card tile value ==2 then
--Mail Content
"The value of component 43 is breached "
else if card tile value ==3 then
--mail content
"The value of component 103 is breached "
the card value determines which components it is. Instead of having different flow for a different component, I am thinking to have a single flow where we can change the name of the component based on the value we have in card tile.
Thanks in advance