Power Automate 搜索
搜索
Re: SharePoint Array - parsing out unique categories, and finding the minimum date for that category.
社区Hey @tom_riha , For some reason it wasn't working before, but now it's running and pulling 59 unique project groups, with an associated earliest date (for most of them). The ...
Re: Help with Trigger Conditions with SharePoint
社区Take a look at the incoming JSON when the trigger fires. I've found that you can't do a trigger condition on a complex object like a choice column. But if you look closely you will see a ...
Re: Using Functions in Variables within Power Automate Desktop
社区Thank you @sakula1996, but my question was: "Is there a way to use functions within variables or inputs to actions in any fashion - apart from using the 'Get subtext' action?" Since you ...
Re: Parse HTML Email body
社区Hello, you never pasted the HTML source. You posted some plain text, is that the result you got after Power Automate did a HTML to text operation?
Re: How to terminate a Apply to Each loop?
社区@Mira_Ghaly , Well... it fundamentally does work. However, the point of it is to save time. It still takes 32s to run through all 71 items of the loop. It finish...
Re: Error running Flow on an initialize array step
社区I ended up fixing this. The backslash (\) was getting escaped when I didn't want it to. To get around this, I used the unicode equivalent "\u 005C" in place of "\". After I saved th...
Re: HTTP Request Error - Property does not exist on type
社区@silverwolftan Are you sending header as application/json. Sample below. { "accept" : "application/json;odata=verbose" , "content-type" : "applicat...
Re: Multiple Attachments on Approval
社区There are extensions for Edge and Chrome that will format JSON. If you do that you can download the output and take a look at what is being attached. If you do download the output it shou...
Delay flow to run in a sequence
社区Hello, I've got a list onto which I want to add multiple items at once. One item triggers a flow which creates folders and documents within them in the Library (documents are being populate...
Re: Forms Response to Table and then Use the Start date and email data from the table to send scheduled email 7 days after start date
社区I think you need to format each day in the same way. Try setting both up in an initialize variable before comparing them and then you'll be able to see why they are not equal to each other.
get specific value from sharepoint list
社区Hi all, I am new to Power Automate and trying to get a specific value from a sharepoint list and increment a variable. The list looks like this: The flow shoul...
Error filtering query for SystemUser D365 Finance
社区I'm trying to fetch data using SystemUsers entity in D365 Finance and using values saved in an array to filter results. See screenshot below. Each time I run the flow, I run into this error. H...
Re: Common Data Service Trigger: Filter based on lookup value
社区Hi @StefanBrending Let me understand you more you want to trigger the flow when the field originating lead on Account is Set? If this is what you want to achieve please try th...
Re: Email with options - Body formatting issue
社区I am very new to Automate however I have picked up items quick. The error I am having is when I select send email with options to send a letter for approval to an external email it is all one b...
Re: Auto Reply from a Shared Mailbox after hours
社区So if a vendor emails our support@ email, we don't want to send them an auto reply. So if Sender=tickets@itsupport247.net do not send auto reply. If sender=cloudcare@avg.com do not send reply. Just t...
Re: Updating a row in Excel using Forms and Power Automate duplication problem
社区@Nelly834 You are not following my screens carefully. you are selecting data from list row present in table in both excel connector. Thanks Hardesh
Re: Updating a row in Excel using Forms and Power Automate duplication problem
社区@Nelly834 Please follow step by step- Please see red arrow- here i used compose output of number. you can directly supply number here as i supplied in Add row in a table...
Asana - creating custom id
社区Hello, I would like Asana to generate a new sequential job ticket # every time a new task is created. Unfortunately, this is not a standard feature in Asana, so Asana recommended creat...
Auto Reply from a Shared Mailbox after hours
社区We want to setup an auto reply when clients email our Support email after hours. Here is the criteria: If email arrives in Shared mailbox (Support@) If From email address does not equal (4 ...
Add dynamic table to adaptive card
社区Hi guys, I have a HTML table that i send over email. Was wondering how i can move that to adaptive cards using columns. The current HTML table has fixed header and dynamic rows. The...
Issues uploading files into a web application
社区Hi All, I'm reasonably new to the Power Platform, and I'm attempting to create an automated solution for uploading files into a web application. Through Power Automate, I've created...
Re: Send Email (V2) Preview does not add hyperlinks to email alerts
社区Hi, workaround f or creating links in Send an email (V2) : 1. Initialize two string Variables: 2. Values: LinkToItem1: concat('
Looking to find a contractor that could help us developed flow and automation for our nonprofit. We need experts to do and setup.
Third Party Contractors - Power Automate
社区
Re: Problemas con obtener el Id de una tarea creada en planner en un flujo diferente.
社区Hola, Es correcto que compares el valor de titulo con el id de la tarea en planner? No deberías comparar el valor de la columna título de SharePoint con el valor de Título de la tarea en Planner? ...
Request User Input During Flow
社区Hello there, I'm trying tu build our "New employee" Workflow with PowerAutomate, Forms and Sharepoint list. I have the problem, that I need to request additional user input while the workflo...