flows
5 TopicsSend a automated mail to helpdesk
Hello, I have created a flow where an MS Form will trigger an approval which will trigger an email. The problem is that I want the approval to be generic. I do not have a specific email but anyone designated dynamically in the MS form should be able to approve the request. I tried using service accounts and other combinations. But it won't work other than using my account. Also , the email server only accepts emails from accounts with our domains. So Email Notification V3 feature is also not working. I need urgent help. Please let me know how to achieve this.Get email addresses from Excel Attachment and Send emails
Pls need help creating a Power Automate flow: When I receive a certain email (Outlook 365) with an Excel attachment, get the email addresses from column D in the Excel attachment, then forward the original email I received to that list of email addresses.Flow to automate email to user in a list
I'm trying to do something which I really feel shouldn't be that difficult. I have an MS lists page with two columns. One contains users in my organisation (it's not just their name in basic text - it is checked against their active directory record). The other contains a date which they will be on call. What I want to do is use flows to automate an email to be sent to the user when the date assigned to them is reached. Basically, notify them they are on call. Any help much appreciated! ThanksSolvedHow to add ID column to email alert
Greetings, A unique incremental ID is created and added to the SharePoint list, when a new Form is submitted. Now I want to create a workflow that triggers an email when new item is submitted. I have used send customized email template to trigger an email but i want to add ID column also to that email.Getting issue with flow sending birthday email from sharepoint list
I created a list with column Employee name, BirthdayDate and email address. Trying to create flow to send birthday email but getting error condition formatDateTime(items('Apply_to_each')?['BirthdayDate'], 'MM/dd/yyyy') ---- is equal to ---- formatDateTime(utcNow(), 'MM/dd/yyyy') Advanced mode:@equals(formatDateTime(items('Apply_to_each')?['BirthdayDate'], 'MM/dd/yyyy'), formatDateTime(utcNow(), 'MM/dd/yyyy'))