cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
G-E-0
Helper I
Helper I

Problem: Export PDF With Image

Hello guys,

 

I have problem with convert html to pdf with image . 

 

Τhe problem is that the image cannot be modified in pdf. While in the html file I can see the image in the pdf file it does not appear.

I do convert from html to pdf in power automate. 

 

The html is written inside Power Apps.

 

I will upload a few screenshots.

 

GE0_0-1671465986981.png

 

GE0_1-1671466072946.png

 

The image is saved in dataverse.(Information)

 

GE0_2-1671466080979.png

 

This is the html file the image.

GE0_3-1671466120307.png

 

 

And the last screenshot is the pdf file 

GE0_4-1671466167325.png

 

I believe the problem is in the convert.

 

I don't know what is the problem.

 

Help me guys plz.!!!

 

1 ACCEPTED SOLUTION

Accepted Solutions
BCBuizer
Multi Super User
Multi Super User

HI @GeorgeBenda ,

 

In my test scenario I uploaded a .png file to an image column in Dataverse. Because I did that, somehow the binary data got changed from "data:image/png;base64" to "data:application/octet-stream;base64". I then used the Substitute function to change that back, which fixed the issue in the PDF file. 

 

Looking at your screenshots, I noticed something:

BCBuizer_0-1671702712978.png

This "\" isn't supposed to be there. Can you find out how it got included and make sure it is removed?

 

 

 



Did you like my post? Please give it a thumbs up! Did I resolve your issue? Please click Accept as Solution to close the topic and so other members of the community can find solutions more easily.

View solution in original post

18 REPLIES 18
BCBuizer
Multi Super User
Multi Super User

Hi @G-E-0 ,

 

It seems some characters are out of place. Can you please try:

 

 

<img src=" & varSignature & " width='500' height='200'>

 

 



Did you like my post? Please give it a thumbs up! Did I resolve your issue? Please click Accept as Solution to close the topic and so other members of the community can find solutions more easily.

I do it . But nothing. 

This is the result.

In html file play but in pdf no.

GeorgeBenda_0-1671551734097.png

 

BCBuizer
Multi Super User
Multi Super User

Hi @GeorgeBenda , @G-E-0 ,

 

Can you please give the full code for the HTML generation? And also an example output?



Did you like my post? Please give it a thumbs up! Did I resolve your issue? Please click Accept as Solution to close the topic and so other members of the community can find solutions more easily.

Hi @BCBuizer ,

Sorry i have two accounts. I am the same person.

Yes,

 

"<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'/>
<title>file_test1</title>
<meta name=author' content='BENDAS GEORGIOS'/>
<style>
* {margin:0; padding:0; text-indent:0; }
.s1 { color: #8F8F8F; font-family:Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 8pt; }
h2 { color: #800000; font-family:'Times New Roman', serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; }
.s2 { color: black; font-family:'Times New Roman', serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; vertical-align: 9pt; }
.s3 { color: black; font-family:'Microsoft JhengHei', sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 7pt; vertical-align: 9pt; }
.s4 { color: #333; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; vertical-align: 9pt; }
.p, p { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 10pt; margin:0pt; }
.s5 { color: #333; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 10pt; }
.s6 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 10pt; }
h3 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 12pt; }
h4 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 11pt; }
.s7 { color: black; font-family:Calibri, sans-serif; font-style: italic; font-weight: bold; text-decoration: none; font-size: 10pt; }
.s8 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline; font-size: 14pt; }
.s9 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; }
.s10 { color: black; font-family:'Times New Roman', serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; vertical-align: -5pt; }
.s11 { color: #333; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; vertical-align: -5pt; }
.s12 { color: #333; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 9pt; }
.s13 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 9pt; }
.s14 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 9pt; }
.s15 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 8pt; }
.s16 { color: #F00; font-family:'Times New Roman', serif; font-style: normal; font-weight: normal; text-decoration: underline; font-size: 20pt; }
.h1 { color: #F00; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline; font-size: 20pt; }
.s17 { color: #333; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 8pt; }
.s18 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 8pt; }
.s19 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 10pt; }
.s20 { color: #333; font-family:Calibri, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 8pt; }
.s21 { color: black; font-family:Calibri, sans-serif; font-style: italic; font-weight: bold; text-decoration: underline; font-size: 10pt; }
.s22 { color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 6.5pt; vertical-align: 3pt; }
.s23 { color: black; font-family:'Times New Roman', serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; }
.s24 { color: #333; font-family:Calibri, sans-serif; font-style: normal; font-weight: bold; text-decoration: none; font-size: 14pt; }
li {display: block; }
#l1 {padding-left: 0pt;counter-reset: c1 1; }
#l1> li>*:first-child:before {counter-increment: c1; content: counter(c1, upper-roman)'. '; color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 10pt; }
#l1> li:first-child>*:first-child:before {counter-increment: c1 0; }
#l2 {padding-left: 0pt; }
#l2> li>*:first-child:before {content: ' '; color: black; font-family:Symbol, serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 11pt; }
li {display: block; }
#l3 {padding-left: 0pt; }
#l3> li>*:first-child:before {content: ' '; color: black; font-family:Symbol, serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 10pt; }
li {display: block; }
#l4 {padding-left: 0pt; }
#l4> li>*:first-child:before {content: '* '; color: black; font-family:Calibri, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; }
table, tbody {vertical-align: top; overflow: visible; }
</style>
</head>
<body>
<p style='text-indent: 0pt;text-align: left;'><br/></p>
<p class='s1' style='text-indent: 0pt;line-height: 9pt;text-align: left;'>Ζ100</p>
<p style='text-indent: 0pt;text-align: left;'/><h2 style='padding-top: 4pt;padding-left: 170pt;text-indent: 0pt;text-align: left;'>ΙΔΙΩΤΙΚΟ ΣΥΜΦΩΝΗΤΙΚΟ
<span class='s2'>N°</span><span class='s3'>_ </span><span class='s4'>" & AgreementForPDF.'No.' &"</span></h2>
<p style='text-indent: 0pt;text-align: left;'><br/></p>
<p style='padding-top: 2pt;padding-left: 83pt;text-indent: 0pt;text-align: justify;'>
Στην Αθήνα σήμερα την <span class='s5'>"& AgreementForPDF.'Agreement Date' &"</span>, οι συμβαλλόμενοι:</p><ol id='l1'>
<li data-list-text='I.'>
<p style='padding-top: 6pt;padding-left: 54pt;text-indent: -18pt;line-height: 150%;text-align: justify;'>
Η εις τον Αγ. Στέφανο Αττικής και εις το ύψος του 23ου χλμ της ΝΕΟ Αθηνών – Λαμίας εδρεύουσα ανώνυμη εταιρεία με την επωνυμία <b>«Β Σ ΚΑΡΟΥΛΙΑΣ ΜΟΝΟΠΡΟΣΩΠΗ ΑΕ», ( ΑΦΜ 094029693 – ΦΑΕ Αθηνών )</b>, νόμιμα εκπροσωπούμενη από το Γενικό Διευθυντή κο Άγγελο Φουρλή.</p></li><li data-list-text='II.'><p class='s5' style='padding-left: 48pt;text-indent: -12pt;text-align: left;'>ΠΕΛΑΤΕΣ ΔΙΑΦΟΡΟΙ (ΔΕΙΓΜΑΤΟΔΙΑΝΟΜΗ) ΑΓΙΟΣ ΣΤΕΦΑΝΟΣ <span style=' color: #000;'>επί </span>23ο XΛΜ Ε.Ο. ΑΘHNΩΝ-ΛΑΜΙΑΣ <span style=' color: #000;'>( ΑΦΜ: </span>. <span style=' color: #000;'>-</span></p><p class='s6' style='padding-top: 6pt;padding-left: 54pt;text-indent: 0pt;text-align: left;'>ΔΟΥ: <span style=' color: #333;'>ΑΓΝΩΣΤΗ )</span></p><p style='padding-top: 6pt;padding-left: 39pt;text-indent: 0pt;text-align: left;'>λαμβανομένων υπ’ όψιν:</p><ul id='l2'><li data-list-text=''><p style='padding-top: 6pt;padding-left: 54pt;text-indent: -18pt;line-height: 147%;text-align: left;'>Η πρώτη των συμβαλλομένων ανώνυμη εταιρεία (εφεξής ΒΣΚ), διατηρεί επιχείρηση εισαγωγής και διανομής διαφόρων διεθνούς φήμης οινοπνευματωδών ποτών (ΠΡΟΣΑΡΤΗΜΑ 1) και επιθυμεί την προώθηση των πωλήσεων των προϊόντων αυτών.</p></li><li data-list-text=''><p style='padding-left: 54pt;text-indent: -18pt;line-height: 148%;text-align: justify;'>Η δεύτερη των συμβαλλομένων <span class='s5'>ΠΕΛΑΤΕΣ ΔΙΑΦΟΡΟΙ (ΔΕΙΓΜΑΤΟΔΙΑΝΟΜΗ) </span>(εφεξής η «Επιχείρηση»), διατηρεί επιχείρηση <span class='s5'>ΙΔΙΩΤΗΣ-ΥΠΑΛ. Β.Σ.Κ </span>με τον διακριτικό τίτλο στην/στο <span class='s5'>ΑΓΙΟΣ ΣΤΕΦΑΝΟΣ </span>και επί της οδού <span class='s5'>23ο XΛΜ Ε.Ο. ΑΘHNΩΝ-ΛΑΜΙΑΣ </span>, όπου διατίθενται οινοπνευματώδη ποτά και έχει τη δυνατότητα της περαιτέρω προωθήσεως των εμπορευμάτων της πρώτης και δεύτερης των συμβαλλομένων.</p></li></ul></li></ol><p style='text-indent: 0pt;text-align: left;'><br/></p><p style='padding-top: 6pt;padding-left: 40pt;text-indent: 37pt;text-align: justify;'>Για το διάστημα από <span class='s5'>" & AgreementForPDF.'Valid from' & " </span>έως <span class='s5'>" & AgreementForPDF.'Valid to' & " </span>συνεφώνησαν τους όρους και τις προϋποθέσεις ενός πλαισίου συνεργασίας ως εξής:</p><p style='text-indent: 0pt;text-align: left;'><br/></p><p style='padding-top: 6pt;padding-left: 78pt;text-indent: 0pt;text-align: justify;'>Η Επιχείρηση δηλώνει ότι:</p><p class='s6' style='padding-top: 6pt;padding-left: 41pt;text-indent: 34pt;line-height: 150%;text-align: justify;'>Α. <span class='p'>Αναλαμβάνει την υποχρέωση να τοποθετήσει και να προβάλλει, τοποθετώντας στα ράφια του καταστήματός της, τα προϊόντα της ΒΣΚ καθώς και την προώθηση των εμπορευμάτων της με σκοπό την επίτευξη συγκεκριμένων στόχων κιβωτίων - φιαλών, όπως αυτά αναφέρονται στο συνημμένο ΠΡΟΣΑΡΤΗΜΑ 1.</span></p><p class='s6' style='padding-left: 41pt;text-indent: 34pt;line-height: 150%;text-align: justify;'>B. <span class='p'>Αναλαμβάνει την προβολή και προώθηση των προϊόντων της ΒΣΚ μέσα στον χώρο του/των καταστήματος/των της, με τις περιγραφές, τους στόχους και τις παροχές, όπως έχουν καθοριστεί ανάλογα για το κάθε προϊόν στο συνημμένο στην παρούσα ΠΡΟΣΑΡΤΗΜΑ 2.</span></p><p style='padding-left: 75pt;text-indent: 0pt;text-align: justify;'>Η ΒΣΚ υπόσχεται ότι :</p><p class='s6' style='padding-top: 6pt;padding-left: 41pt;text-indent: 34pt;line-height: 150%;text-align: justify;'>Α. <span class='p'>Εφ’όσον η Επιχείρηση επιτύχει τους προσδιορισμένους στόχους αγορών, όπως αυτοί περιγράφονται στο συνημμένο στην παρούσα ΠΡΟΣΑΡΤΗΜΑ 1 και</span></p><p class='s6' style='padding-left: 41pt;text-indent: 34pt;line-height: 150%;text-align: justify;'>B. <span class='p'>Εφ’όσον η Επιχείρηση υλοποιήσει την προβολή και προώθηση των προϊόντων της ΒΣΚ μέσα στον χώρο του/των καταστήματος/των της, με τις περιγραφές και τους στόχους, όπως έχουν καθοριστεί ανάλογα για το κάθε προϊόν στο συνημμένο στην παρούσα ΠΡΟΣΑΡΤΗΜΑ 2,</span></p><p style='padding-left: 41pt;text-indent: 34pt;line-height: 150%;text-align: justify;'>θα καταβάλλει εις την Επιχείρηση, εντός προθεσμίας ενενήντα (90) ημερών από την λήξη της συμφωνημένης περιόδου, ανάλογες παροχές όπως αυτές περιγράφονται στο συνημμένο στην παρούσα ΠΡΟΣΑΡΤΗΜΑ 1 και ΠΡΟΣΑΡΤΗΜΑ 2.</p><p style='padding-left: 41pt;text-indent: 34pt;line-height: 150%;text-align: justify;'>Η αμοιβή της Επιχειρήσεως για τις παροχές αυτές θα καταβάλλεται εντός προθεσμίας ενενήντα (90) ημερών από την λήξη της συμφωνημένης περιόδου , μετά την έκδοση από την τελευταία τιμολογίου παροχής υπηρεσιών σύμφωνα με τις ισχύουσες διατάξεις του Κ.Β.Σ., ή / και με την παράδοση σε χονδρέμπορο ή σε κάβα που η Επιχείρηση θα υποδείξει, των αντίστοιχων σε είδος παροχών, προκειμένου μέσω αυτού να παραδοθούν στην Επιχείρηση.</p><p style='padding-left: 41pt;text-indent: 34pt;line-height: 150%;text-align: justify;'>Ο έλεγχος των στοχοποιήσεων θα λαμβάνει χώρα κατά την διάρκεια της συμφωνημένης περιόδου και θα προσδιορίζεται με βάση κατάσταση στην οποία θα καταγράφονται τα τιμολόγια αγορών (φωτοτυπίες τιμολογίων) των προϊόντων της Εταιρείας από την Επιχείρηση, κατάσταση την οποία θα υποβάλει η Επιχείρηση στην Εταιρεία περιοδικά στο τέλος κάθε διμήνου, κατά τη διάρκεια της συμφωνημένης περιόδου. Στο πλαίσιο αυτό και προκειμένου να βελτιστοποιείται ο ανωτέρω έλεγχος στοχοποιήσεων, η ΒΣΚ γνωστοποιεί στην Επιχείρηση ότι έχει συνάψει σύμβαση για την υλοποίηση συστήματος ηλεκτρονικής συλλογής στοιχείων πωλήσεων με την εταιρεία IMPACT (υπηρεσία Connect) που αφορά άντληση στοιχείων πωλήσεων προϊόντων της ΒΣΚ από την Επιχείρηση μέσω της εγκατάστασης του λογισμικού Impact Agent σε Συνεργάτες Χονδρέμπορους που προμηθεύουν τα προϊόντα της ΒΣΚ στην Επιχείρηση η οποία δηλώνει ότι συναινεί και αποδέχεται τον συγκεκριμένο τρόπο συλλογής πληροφοριών για βέλτιστη στοχοποίηση και στο βαθμό που τα παραπάνω δεδομένα αποτελούν προσωπικά δεδομένα σύμφωνα με την κείμενη (ελληνική και ευρωπαϊκή) νομοθεσία για τα Προσωπικά Δεδομένα θα συνάψει αντίστοιχη σύμβαση με την IMPACT η οποία και θα Επεξεργάζεται τα Προσωπικά Δεδομένα (εφόσον υφίστανται τέτοια) σύμφωνα με την κείμενη (ελληνική και ευρωπαϊκή) νομοθεσία.</p><p style='padding-left: 41pt;text-indent: 34pt;line-height: 150%;text-align: justify;'>Η παρούσα σύμβαση, αποτελεί μία συμφωνία πλαίσιο και εξειδικεύεται κάθε φορά από τα προσαρτήματα στα οποία και αναφέρονται οι στοχοποιήσεις, οι παροχές (bonus), κ.λ.π.</p><p style='padding-left: 41pt;text-indent: 36pt;line-height: 150%;text-align: justify;'>Η Επιχείρηση δεν δικαιούται να χρησιμοποιεί το όνομα ή οποιοδήποτε σήμα, διακριτικό γνώρισμα ή λογότυπο των προϊόντων της εταιρείας χωρίς την προηγούμενη έγγραφη συναίνεση της.</p><p style='padding-left: 41pt;text-indent: 34pt;line-height: 150%;text-align: justify;'>Υπενθυμίζεται στην Επιχείρηση η νόμιμη υποχρέωσή της να μην προσφέρει οινοπνευματώδη ποτά σε άτομα κάτω των 18 ετών.</p><p style='text-indent: 0pt;text-align: left;'><br/></p><p style='padding-left: 41pt;text-indent: 36pt;line-height: 150%;text-align: justify;'>Τα μέρη ρητά συνομολογούν ότι η με ηλεκτρονικά μέσα θέση και εκτύπωση στην παρούσα σύμβαση της ψηφιοποιημένης υπογραφής του νόμιμου εκπροσώπου εκάστου, θα ισχύει και θα παράγει τα έννομα αποτελέσματα με την αντίστοιχη ιδιόχειρη του ιδίου.</p><p style='padding-left: 41pt;text-indent: 36pt;line-height: 150%;text-align: justify;'>Με την υπογραφή του παρόντος ο πελάτης αποδέχεται την τέλεση προωθητικών ενεργειών από την εταιρεία για τα προϊόντα της σε ημερομηνίες που από κοινού θα συμφωνηθούν.</p><p style='padding-left: 41pt;text-indent: 36pt;line-height: 150%;text-align: justify;'>Αυτά αφού συνεφώνησαν και συναπεδέχθηκαν τα μέρη σε πίστωση συνετάγη το παρόν εις διπλούν, το οποίο αφού διαβάσθηκε και βεβαιώθηκε, υπογράφεται ως ακολούθως :</p>

<img src=" & varSignature &" style='width:200px;height:200px'>

<p class='s8' style='padding-top: 5pt;padding-left: 222pt;text-indent: 0pt;text-align: left;'>ΠΡΟΣΑΡΤΗΜΑ 1 "& //This is optinal
//"<strong> Items: </strong>" & //This is optinal
If(AgreementForPDF.'No.' = "264",
"<table width='100%' border='1' cellpadding='5' style='border:1px solid black; border-collapse:collapse'>
<tr style='background-color:#efefef'>
<th>Description</th> <th> Min Consumption </th> <th> Set Of Nes Installation </th>
</tr>
<tr>" &
Concat(Filter('Item Groups', Agreement.'No.' = AgreementForPDF.'No.' ), //*Here is your data source*//
"<td>" & Name & " </td>
<td>" & 'Minimum Consumption' & " </td>
<td>" & 'Set Of Necessary Installation Items' & " </td>","</tr><tr>") &
"</table>") &
"</body>
</html>"

 

This is my html code. I have write the code inside the power apps.

GeorgeBenda_0-1671621544934.png

 

And up i have how i Set the variable.

 

The result i will upload it again.

 

I will screenshot the html file and the pdf file.

 

GeorgeBenda_2-1671621735107.png

 

And the second is the pdf file.

 

GeorgeBenda_3-1671621768095.png

 

I open the pdf file with "Internet Explorer". The same problem has it and "Google Chrome".

 

I have copy the example from youtube. I will give it to you. https://www.youtube.com/watch?v=pFlwYy8ijiA&t=338s

Infromation( I use dataverse). I don't know if this is the problem.

BCBuizer
Multi Super User
Multi Super User

Hi @GeorgeBenda,

 

I have done some tests myself and found that if I used the same image from Sharepoint it was showing in the PDF, but when used from Dataverse it wasn't.

 

When comparing the two HTML files I found a difference:

 

SharePoint:

<img src="data:image/png;base64,iVBORw0KGgoAA

 

Dataverse:

<img src="data:application/octet-stream;base64,iVBORw0KGgoAA

 

In my case I could use a Substitute function to make things work again:

    <img src=" & Substitute(JSON(Image8.Image,IncludeBinaryData),"data&colon;application/octet-stream;","data&colon;image/png;")

 

I hope this helps to find a solution for you as well.

 



Did you like my post? Please give it a thumbs up! Did I resolve your issue? Please click Accept as Solution to close the topic and so other members of the community can find solutions more easily.

Hi @BCBuizer it's not working.

BCBuizer
Multi Super User
Multi Super User

Hi @GeorgeBenda ,

 

Can you please share the HTML code snippet, similar to what I posted to above (<img src="data:XXXXXXXXXXXXXXXXXX;base64,) and the extension of the image file you are trying to insert?



Did you like my post? Please give it a thumbs up! Did I resolve your issue? Please click Accept as Solution to close the topic and so other members of the community can find solutions more easily.
GeorgeBenda
Helper I
Helper I

I will give you the code. But i tried with differents ways. With your way i can't do it because need different formation because is inside html text and has problems with the double brakets (" "). I tried to call the function with a button to change the text. 

Helpful resources

Announcements

Calling all User Group Leaders and Super Users! Mark Your Calendars for the next Community Ambassador Call on May 9th!

This month's Community Ambassador call is on May 9th at 9a & 3p PDT. Please keep an eye out in your private messages and Teams channels for your invitation. There are lots of exciting updates coming to the Community, and we have some exclusive opportunities to share with you! As always, we'll also review regular updates for User Groups, Super Users, and share general information about what's going on in the Community.     Be sure to register & we hope to see all of you there!

April 2024 Community Newsletter

We're pleased to share the April Community Newsletter, where we highlight the latest news, product releases, upcoming events, and the amazing work of our outstanding Community members.   If you're new to the Community, please make sure to follow the latest News & Announcements and check out the Community on LinkedIn as well! It's the best way to stay up-to-date with all the news from across Microsoft Power Platform and beyond.    COMMUNITY HIGHLIGHTS   Check out the most active community members of the last month! These hardworking members are posting regularly, answering questions, kudos, and providing top solutions in their communities. We are so thankful for each of you--keep up the great work! If you hope to see your name here next month, follow these awesome community members to see what they do!   Power AppsPower AutomateCopilot StudioPower PagesWarrenBelzDeenujialexander2523ragavanrajanLaurensMManishSolankiMattJimisonLucas001AmikcapuanodanilostephenrobertOliverRodriguestimlAndrewJManikandanSFubarmmbr1606VishnuReddy1997theMacResolutionsVishalJhaveriVictorIvanidzejsrandhawahagrua33ikExpiscornovusFGuerrero1PowerAddictgulshankhuranaANBExpiscornovusprathyooSpongYeNived_Nambiardeeksha15795apangelesGochixgrantjenkinsvasu24Mfon   LATEST NEWS Business Applications Launch Event - On Demand In case you missed the Business Applications Launch Event, you can now catch up on all the announcements and watch the entire event on-demand inside Charles Lamanna's latest cloud blog.   This is your one stop shop for all the latest Copilot features across Power Platform and #Dynamics365, including first-hand looks at how companies such as Lenovo, Sonepar, Ford Motor Company, Omnicom and more are using these new capabilities in transformative ways. Click the image below to watch today!     Power Platform Community Conference 2024 is here! It's time to look forward to the next installment of the Power Platform Community Conference, which takes place this year on 18-20th September 2024 at the MGM Grand in Las Vegas!   Come and be inspired by Microsoft senior thought leaders and the engineers behind the #PowerPlatform, with Charles Lamanna, Sangya Singh, Ryan Cunningham, Kim Manis, Nirav Shah, Omar Aftab and Leon Welicki already confirmed to speak. You'll also be able to learn from industry experts and Microsoft MVPs who are dedicated to bridging the gap between humanity and technology. These include the likes of Lisa Crosbie, Victor Dantas, Kristine Kolodziejski, David Yack, Daniel Christian, Miguel Félix, and Mats Necker, with many more to be announced over the coming weeks.   Click here to watch our brand-new sizzle reel for #PPCC24 or click the image below to find out more about registration. See you in Vegas!     Power Up Program Announces New Video-Based Learning Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram. These include a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the image below to find out more!     UPCOMING EVENTS Microsoft Build - Seattle and Online - 21-23rd May 2024 Taking place on 21-23rd May 2024 both online and in Seattle, this is the perfect event to learn more about low code development, creating copilots, cloud platforms, and so much more to help you unleash the power of AI.   There's a serious wealth of talent speaking across the three days, including the likes of Satya Nadella, Amanda K. Silver, Scott Guthrie, Sarah Bird, Charles Lamanna, Miti J., Kevin Scott, Asha Sharma, Rajesh Jha, Arun Ulag, Clay Wesener, and many more.   And don't worry if you can't make it to Seattle, the event will be online and totally free to join. Click the image below to register for #MSBuild today!     European Collab Summit - Germany - 14-16th May 2024 The clock is counting down to the amazing European Collaboration Summit, which takes place in Germany May 14-16, 2024. #CollabSummit2024 is designed to provide cutting-edge insights and best practices into Power Platform, Microsoft 365, Teams, Viva, and so much more. There's a whole host of experts speakers across the three-day event, including the likes of Vesa Juvonen, Laurie Pottmeyer, Dan Holme, Mark Kashman, Dona Sarkar, Gavin Barron, Emily Mancini, Martina Grom, Ahmad Najjar, Liz Sundet, Nikki Chapple, Sara Fennah, Seb Matthews, Tobias Martin, Zoe Wilson, Fabian Williams, and many more.   Click the image below to find out more about #ECS2024 and register today!   Microsoft 365 & Power Platform Conference - Seattle - 3-7th June If you're looking to turbo boost your Power Platform skills this year, why not take a look at everything TechCon365 has to offer at the Seattle Convention Center on June 3-7, 2024.   This amazing 3-day conference (with 2 optional days of workshops) offers over 130 sessions across multiple tracks, alongside 25 workshops presented by Power Platform, Microsoft 365, Microsoft Teams, Viva, Azure, Copilot and AI experts. There's a great array of speakers, including the likes of Nirav Shah, Naomi Moneypenny, Jason Himmelstein, Heather Cook, Karuana Gatimu, Mark Kashman, Michelle Gilbert, Taiki Y., Kristi K., Nate Chamberlain, Julie Koesmarno, Daniel Glenn, Sarah Haase, Marc Windle, Amit Vasu, Joanne C Klein, Agnes Molnar, and many more.   Click the image below for more #Techcon365 intel and register today!   For more events, click the image below to visit the Microsoft Community Days website.    

Tuesday Tip | Update Your Community Profile Today!

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   We're excited to announce that updating your community profile has never been easier! Keeping your profile up to date is essential for staying connected and engaged with the community.   Check out the following Support Articles with these topics: Accessing Your Community ProfileRetrieving Your Profile URLUpdating Your Community Profile Time ZoneChanging Your Community Profile Picture (Avatar)Setting Your Date Display Preferences Click on your community link for more information: Power Apps, Power Automate, Power Pages, Copilot Studio   Thank you for being an active part of our community. Your contributions make a difference! Best Regards, The Community Management Team

Hear what's next for the Power Up Program

Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram, including a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the link below to sign up today! https://aka.ms/PowerUp  

Tuesday Tip: Community User Groups

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   As our community family expands each week, we revisit our essential tools, tips, and tricks to ensure you’re well-versed in the community’s pulse. Keep an eye on the News & Announcements for your weekly Tuesday Tips—you never know what you may learn!   Today's Tip: Community User Groups and YOU Being part of, starting, or leading a User Group can have many great benefits for our community members who want to learn, share, and connect with others who are interested in the Microsoft Power Platform and the low-code revolution.   When you are part of a User Group, you discover amazing connections, learn incredible things, and build your skills. Some User Groups work in the virtual space, but many meet in physical locations, meaning you have several options when it comes to building community with people who are learning and growing together!   Some of the benefits of our Community User Groups are: Network with like-minded peers and product experts, and get in front of potential employers and clients.Learn from industry experts and influencers and make your own solutions more successful.Access exclusive community space, resources, tools, and support from Microsoft.Collaborate on projects, share best practices, and empower each other. These are just a few of the reasons why our community members love their User Groups. Don't wait. Get involved with (or maybe even start) a User Group today--just follow the tips below to get started.For current or new User Group leaders, all the information you need is here: User Group Leader Get Started GuideOnce you've kicked off your User Group, find the resources you need:  Community User Group ExperienceHave questions about our Community User Groups? Let us know! We are here to help you!

Super User of the Month | Ahmed Salih

We're thrilled to announce that Ahmed Salih is our Super User of the Month for April 2024. Ahmed has been one of our most active Super Users this year--in fact, he kicked off the year in our Community with this great video reminder of why being a Super User has been so important to him!   Ahmed is the Senior Power Platform Architect at Saint Jude's Children's Research Hospital in Memphis. He's been a Super User for two seasons and is also a Microsoft MVP! He's celebrating his 3rd year being active in the Community--and he's received more than 500 kudos while authoring nearly 300 solutions. Ahmed's contributions to the Super User in Training program has been invaluable, with his most recent session with SUIT highlighting an incredible amount of best practices and tips that have helped him achieve his success.   Ahmed's infectious enthusiasm and boundless energy are a key reason why so many Community members appreciate how he brings his personality--and expertise--to every interaction. With all the solutions he provides, his willingness to help the Community learn more about Power Platform, and his sheer joy in life, we are pleased to celebrate Ahmed and all his contributions! You can find him in the Community and on LinkedIn. Congratulations, Ahmed--thank you for being a SUPER user!  

Top Solution Authors
Top Kudoed Authors
Users online (4,101)