Hi there,
i have a collection, and i want to send a email in an html format.
i want furthermore display cell's color depending on the status value.
i mess to achieve that last point, and i don't know if it's possible in Powerapps or if i have to do it in power automate
The basic html code is the following
<td style=""background-color:red;"">" & Statut & " </td>
i tried something like that, but without succes
If(Ldlv_Rapport.Statut in "HS";
<td style=""background-color:red;"">" & Statut & " </td>);
Ldlv_Rapport.Statut in "HS après intervention";
<td style=""background-color:Orange;"">" & Statut & " </td>);
white)
i want to have something like that

Thanks