Flows
7 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.Initiate SharePoint Designer Workflow (Manual) via Ms Flow
I have a SP library and on each item I have a flow button. Now when the flow is activated for a particular item I need to initiate a SharePoint Designer workflow which was until now initiated manually. Is there any way to achieve this, please let me know. Thanks in advance.1.2KViews0likes1CommentFlow or Workflow for a SharePoint doc library where approval is required for a checked-in doc
Hi All, Does anyone know how to create a Flow or Workflow for an online SharePoint document library where approval is required for a checked-in (major) document? We are working on a new experience, Online SharePoint site. I have done this before on a SharePoint 2010 on-premise site, but I cannot get it working for a new SharePoint online document library. The approval email that is sent out to outlook online thinks you are using Outlook 2010 and there are reject approve buttons on the outlook menu, but there is no button within Outlook online. I hope you can help Alan1.2KViews0likes0CommentsGetting 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'))