Tengo un flujo en Power BI, el cual aprietas un botón, y selecciona la tabla (seleccionar), después Crear tabla HTML, después Redactar, en el que le pongo un formato a la tabla HTML, por último, enviar correo electronico V2 y lo que quiero va en este punto, lo cual es que sería deseable que salga como un ejecutable, donde se pueda decidir a que correo quiere enviarlo y que este se envíe como un botflow o da igual a través de qué correo se envíe.
Además, no me deja utilizar este ejecutable a través de otros computadores (Usuarios), sale "Incorrecto", por lo que igual me gustaría saber cómo hacer eso.
English:
I have a flow on Power Bi, which you put a botton and then select the table (select), after create a table HTML, after Compose, in which i format the table HTML, finally Send email V2, and what i want is in this point, which is tha it would be desirable for it to come out as an executable through of other Pc (User), returns "incorrect", so i would still like to know how to do that.
Thanks!
Redactar (compose):
<style>
table {
border: 3px solid #000000;
width: 100%;
text-align: left;
border-collapse: collapse;
}
table td, table th {
border: 2px solid #000000;
padding: 5px 4px;
}
table tbody td {
font-size: 13px;
}
table tr:nth-child(even) {
background: #D0E4F5;
}
table thead {
background: #CFCFCF;
background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
border-bottom: 3px solid #000000;
}
table thead th {
font-size: 15px;
font-weight: bold;
color: #000000;
text-align: left;
}
table tfoot {
font-size: 13px;
font-weight: bold;
color: #000000;
border-top: 3px solid #000000;
}
table tfoot td {
font-size: 13px;
}
</style>
*Salida*
Help me plis:(