Thanks a lot! That is exactly what I need, very helpful! but one more question, can i ask how to add the email sent date on the excel file? Once email sent successfully, the emial sent day add to excel table. Thank you!
Hi, i was lookin for somthing liike this flow and thank you for it, but i get this error in the 2nd compose 'Unable to process template language expressions in action 'Compose' inputs at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.' pls help
Perfect Thank you for for this, I have one question Can we merge the date column as we have to send the email to multiple person at the same day, because for my excel (shared file*) Merge is disabled. Can you pls suggest
Hi sir, Thanks for your video. I tried this one and it tested successfully. In order to fine tune this flow, I want to trigger this flow prior to 30 days of the expiry date automatically. So how I can trigger this flow automatically before 30 days of the expiry date?
Show Support with Super Thanks Button under video
This helped me w my internship project thank you so much !!
Glad it helped u
Very informative and good narration too
thank you so the amazing work flow, i could figure the error and it work successfully
Cool !
Roshni could help me how did you fix the error. I am getting the same error you mentioned above. Thank you.
@@somimickey6734 call us at 9844551679
Thanks!!!! Just what I needed. Thanks for taking your time to do the video.
Welcome D Hale
Super thanks Dude. Very helpful!!!
Welcome @thomas
So helpful! Thank you!
Thanks a lot! That is exactly what I need, very helpful! but one more question, can i ask how to add the email sent date on the excel file? Once email sent successfully, the emial sent day add to excel table. Thank you!
Take that present day date
Thank you for your explanation , i can't use my personal email for ondrive it has to be business email right?
Yes
this is Awesome!! Thank you for this :)
Welcome Mitch
Add days will only work if the Excel is set to serial number. If it's the ISO format, I just format the date.
thank you this is really helpful
Hi, i was lookin for somthing liike this flow and thank you for it, but i get this error in the 2nd compose 'Unable to process template language expressions in action 'Compose' inputs at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.' pls help
Thank you for tutorial, it works as described. How do you display the Reminder Date (formatted as MM-dd-yyyy) into the body of the email?
Use the formula addDays('1899-12-30', int(item()['Date']), 'dd-MM-yyyy') or addDays('1899-12-30', int(item()['Date']), 'MM-yyyy')
Perfect Thank you for for this,
I have one question Can we merge the date column as we have to send the email to multiple person at the same day, because for my excel (shared file*) Merge is disabled.
Can you pls suggest
Merge yes but with what
I’ve changed the reminder date to a future date on the excel spreadsheet, yet I keep receiving emails
What can I do?
Hi sir,
Thanks for your video. I tried this one and it tested successfully. In order to fine tune this flow, I want to trigger this flow prior to 30 days of the expiry date automatically. So how I can trigger this flow automatically before 30 days of the expiry date?
First find out the days by getting difference from today and date of expiry. So using the days you can achieve your solution
Thanks
How to do this for 30 days later though?
Step 4 formatDateTime(utcNow(),'MM-dd')
Thanks
Hi, when I add the expression addDays I m getting an error. Can someone help please
WhatsApp your error: 9844551679
i tried using this flow but it keeps sending an email eventhough its not todays date in reminderdate
I hope you can reply
check format dates@@MerjelaEvangelista
its still sending me an email i already change the format to MM-DD and MM-YYYY and also used MM-dd-yyyy its same😢
do u have whatspp? +91-9844551679
Ok il whats app you
is it possible to return time (HH:mm) instead of date (MM-dd-yyyy)? thanks
yes. or use substring to extract the part you want