Hello. Thank you for this tutorial. It was exactly what I was looking for. I have never used Power Automate, and I was able to build the Birthday Email reminder with this tutorial! I have a question. I would like my reminders to be sent at 6:00AM Eastern Standard Time. How do I make these changes? Is this in the compose section? It is currently formatted with this expression: formatDateTime(utcNow(),'MM-dd') Should this be something like: convertFromUtc(utcNow(),'Eastern Standard Time','MM-dd')
Hi JenMumaw, to schedule the birthday reminders to be sent at 6:00 AM EST, you can use the convertFromUtc function to get the current date formatted as "MM-dd" in EST. convertFromUtc(utcNow(),'Eastern Standard Time','MM-dd') If you’re using the date in the email body, update the expression there as well. You can set trigger to run daily at 6:00 AM EST. Feel free to comment if you need more help and apologies for the delayed response.
omg finnally i find the Chanel which i was looking....... sir i was recently offer with a role of Microsoft dynamics 365 finance and operations with ssrs (x++). but i was preparing for Microsoft business intelligence (ssis,ssrs,tsql). sir is my given role has good future..... is that better than msbi and i have interest in coding and learning....... thankyou for your content i subscribed in a fraction of a second
Quary regarding Power Automate using Birthday email to Employees dynamic images Hello Sir, I watch the below video it was very nice, I try this birthday email notification it is successful run but how to add dynamic images, only single image adding if any video available on this please share
Thank your for for support Aneesh. Please clarify if you want the dynamic image to change based on the recipient's profile or if you're looking for a general dynamic birthday-themed image that updates automatically based on dates or what parameter?
Hello sir I'm triggering birthday mail & I want to attach employee photo . Each employee details date of birth & photo is stored in SharePoint list. How to attach employee photo on his birthday and send using send email v2 . When I use send http request to SharePoint in Parse json it's not fetching image
Nice explanation . If we want to keep whole team in cc so that they can further wish the birthday to birthday employee. How to do that ? Or you also want to keep employee' photo on the body of mail . For that any suggession ? Thanks .
Just add a column in the SP LIST for cc then you can send through flow For employee photo in the body you need to save the images in the SP list and add a compose action to get image properties in the flow Thanks 😊 Hope this will help !
Hi Mahesh, Yes you can do it. To set the background image and overlay text in an email using PA, first create an HTML template with your background image and text. Then, use the "Compose" action to generate the HTML content & the "Send an email (V2)" action to send the email with the HTML body. Below are general PA steps for same - -Prepare the HTML Content : include the background image and the text here - Upload the background image to a location accessible via a URL (like- SharePoint, OneDrive) -Create the Flow, retrieve the bday data & use the “Compose” action to create the HTML content with the background image and text. Finally use the “Send an email (V2)” action to send the email and insert the output of the “Compose” action in body. Feel free to comment if you need more help and apologies for the delayed response.
make videos on crm with thridparty app integrations (not native) and data migration ,power automate etc challenging tasks.ssis & ssrs with real time examples,console app etc, Thanks!
Thanks a lot for a good tutorial. I got through with ur steps, but unfortunately, it's still given false instead of true ... Could you support 🙏 please.
hi, below error come. Request to Azure Resource Manager failed with error: '{"error":{"code":"WorkflowTriggerHistoryNotFound","message":"The workflow 'd2cd98e5-90cf-44d5-89f9-95912a08d813' trigger 'Recurrence' history 'null' could not be found."}}'.
Thank you, video was helpful was able to create the flow.
Thank you so much for your kind words Rajani ! I'm glad they're helpful :)
Hello. Thank you for this tutorial. It was exactly what I was looking for. I have never used Power Automate, and I was able to build the Birthday Email reminder with this tutorial! I have a question. I would like my reminders to be sent at 6:00AM Eastern Standard Time. How do I make these changes? Is this in the compose section? It is currently formatted with this expression: formatDateTime(utcNow(),'MM-dd') Should this be something like: convertFromUtc(utcNow(),'Eastern Standard Time','MM-dd')
Hi JenMumaw, to schedule the birthday reminders to be sent at 6:00 AM EST, you can use the convertFromUtc function to get the current date formatted as "MM-dd" in EST.
convertFromUtc(utcNow(),'Eastern Standard Time','MM-dd')
If you’re using the date in the email body, update the expression there as well. You can set trigger to run daily at 6:00 AM EST.
Feel free to comment if you need more help and apologies for the delayed response.
omg finnally i find the Chanel which i was looking....... sir i was recently offer with a role of Microsoft dynamics 365 finance and operations with ssrs (x++). but i was preparing for Microsoft business intelligence (ssis,ssrs,tsql).
sir is my given role has good future..... is that better than msbi and i have interest in coding and learning.......
thankyou for your content
i subscribed in a fraction of a second
Quary regarding Power Automate using Birthday email to Employees dynamic images
Hello Sir, I watch the below video it was very nice, I try this birthday email notification it is successful run but how to add dynamic images, only single image adding if any video available on this please share
Thank your for for support Aneesh.
Please clarify if you want the dynamic image to change based on the recipient's profile or if you're looking for a general dynamic birthday-themed image that updates automatically based on dates or what parameter?
Hello sir I'm triggering birthday mail & I want to attach employee photo .
Each employee details date of birth & photo is stored in SharePoint list.
How to attach employee photo on his birthday and send using send email v2 .
When I use send http request to SharePoint in Parse json it's not fetching image
Nice explanation .
If we want to keep whole team in cc so that they can further wish the birthday to birthday employee.
How to do that ?
Or you also want to keep employee' photo on the body of mail .
For that any suggession ?
Thanks .
Just add a column in the SP LIST for cc then you can send through flow
For employee photo in the body you need to save the images in the SP list and add a compose action to get image properties in the flow
Thanks 😊
Hope this will help !
Damn bro, thanks for helping
Could you please let me know, what is the function used for categorizing months and day, its giving expression error
Finally working.... But this steps is not working with Excel Sheet any solution?
this failed when i run it.. the expression could not work
Error - Action failed. No dependent actions succeded
Help
nachoo nachooooo
From which email address the mails are being sent ? Where did you configure that ?
De esa donde lo configuraste se manda, podes cambiar el conector de correo quye desees.
Hi, image link which is used here is removed or particular image is deleted from the web link then how it will send image?
how to set the background image and text on top of it using power automate
Hi Mahesh, Yes you can do it. To set the background image and overlay text in an email using PA, first create an HTML template with your background image and text. Then, use the "Compose" action to generate the HTML content & the "Send an email (V2)" action to send the email with the HTML body. Below are general PA steps for same -
-Prepare the HTML Content : include the background image and the text here
- Upload the background image to a location accessible via a URL (like- SharePoint, OneDrive)
-Create the Flow, retrieve the bday data & use the “Compose” action to create the HTML content with the background image and text. Finally use the “Send an email (V2)” action to send the email and insert the output of the “Compose” action in body.
Feel free to comment if you need more help and apologies for the delayed response.
make videos on crm with thridparty app integrations (not native) and data migration ,power automate etc challenging tasks.ssis & ssrs with real time examples,console app etc, Thanks!
Sure, I'll create a video showing real-life examples to help you understand. Thank you for your input
y si en caso uno quiera enviar una imagen en especifica para cada usuario?
agrega otra columna y, a cada usuaro asignale la imagen que querras, y usa contenido dinámico en enviar correo electronico V2 y proba.
Thanks a lot for a good tutorial. I got through with ur steps, but unfortunately, it's still given false instead of true ...
Could you support 🙏 please.
What happened?
Sorry for the late response, could you please drop a mail to mahasethrajnish@gmail.com and I'll schedule a call for this issue.
hi,
below error come.
Request to Azure Resource Manager failed with error: '{"error":{"code":"WorkflowTriggerHistoryNotFound","message":"The workflow 'd2cd98e5-90cf-44d5-89f9-95912a08d813' trigger 'Recurrence' history 'null' could not be found."}}'.