Поиск Power Automate

Поиск

Re: Reply to Email (V3) Invalid base64 string for MIME content.

Сообщество

Same issue with me. i have 3 flows and all are failing at same step.  Action 'Reply_to_email_(V3)' failed Invalid base64 string for MIME content. clientRequestId: 9cc98985-6a0a-4408-8732-e...

Re: Forms to Sharepoint list - Multiple lines of text fields not being resgistered

Сообщество

Hey @fchopo, thanks for comming to my aid.   Second option, the text isn't stored and the sharepoint list field is left empty. All other regular one line text fields work fine, and ...

Re: Building Flow that retrieves Data from SQL Database

Сообщество

This post was so helpful, thank you so much. I was able to figure it out, just tweaking a few things before pushing it to production. Looks like I needed to learn a little about ODATA queries. Thanks...

Re: Can we prevent "Custom Responses - Wait for all responses" action from sending notification to MS Teams

Сообщество

Hello @johnjohn123  You can work with Approvals Adaptive Cards in Teams: The Ultimate Guide to Microsoft Teams based approvals (laurakokkarinen.com) So you can customize the fie...

Re: add items with the same name in the sharepoint list

Сообщество

Hi @elaaadani    Thanks for your reply. Are you creating a page in SharePoint or a list item? 

Re: Send an email to owners of open items from a sharepoint list

Сообщество

Hello @AlanJB  Could you share what are you doing in the "compose" and "compose2" actions? I mean, which information are you storing and the operation in Union... Does the remediation o...

Trigger Condition for Choice field not working

Сообщество

Hello all,   I am hoping someone can help me. I have set up a flow based on whether a choice field is changed or not but I am getting an error message. Here is the scenario:   We have s...

Child item isn't deleted when parent list deleted

Сообщество

Hi team, I want to update items in child list when items in parents updated. When I updated in parent list, the child list gets updated. But when I delete in Parents, the item in child list is still...

Infinite Error issue with SP item update

Сообщество

Hi.... i believe im close but i need to accomplish updating a Date field with today's day pending the change of another field.  But im getting a Infinite Warning error......  im not sure if...

Re: Get file content not working

Сообщество

Hi @PMac    The function you use has no problem. Just add an condition as below: empty(outputs('compose')?['r1dc7ffc56c1648f39f01ba4e0299a7bd'])   The other steps afte...

Re: change in the way power automate reads excel dates

Сообщество

I'm currently working on a blog post to explain the change and provide some workarounds.  What are you trying to do with the Construction Start field?  You don't need to use the base date o...

Re: Flow and importing excel table data

Сообщество

Try to build a separate UI automation (e.g. in UiPath) and have the robot updating the flow each time before starting the run.  This worked for me. Steps: 1 ) Open flow in browser 2 ) Go to...

Dynamic content dialog covers work I'm trying to do

Сообщество

The dynamic content dialog pops up and covers the work I'm trying to do, like adding a link to a message. Clicking on that control makes the "add link" dialog cancel out, and since it's occluding the...

Re: PowerApps - HTTP - XML - PowerApps

Сообщество

Did you ever find a solution?

Message posted to Teams seems to lose it's colour

Сообщество

I have a flow that runs successfully.  Based on the outcome of conditions a specific message is posted to a Teams channel.  It seems to me that if I go into the flow to edit it, the font co...

Re: Make a hyperlink in Select the specified properties from all elements of the 'From' array into a new array.

Сообщество

Hi @steve_hendy ,  Did you try using a tag? something like this:   Item Link

Excel Online (Business) Create Table Error

Сообщество

Greetings,   I'm trying to create a flow that copies an excel file from one sharepoint site to another sharepoint site. Then the flow will need to convert the worksheet to a table. My flow is ...

Automation Anywhere & Power Automate Connector

Сообщество

Looking to see if there is a way to bridge PowerAutomate or Automation Anywhere RPA Script to enable Bot to Bot intelligence,  make it easier to migrate back and forth when using VM's that are r...

Re: ServiceNow & SFDC Case Create Trigger

Сообщество

looking to get some SNOW and SFDC Connectors.    

Re: Problems with creating Customer Voice Surveys with Power Automate

Сообщество

@ManishJain I understand. That is why I mentioned I should have said reports instead of metrics.  🙂   Also, Megan Walker's website has been a great resource. I highly recommen...

Re: apply to each after approval

Сообщество

You used to do that with a field called Response.  Over a year ago that connector was updated so that there was a Responses collection that contained one or more Response objects.  Even if ...

Re: Get file content not working

Сообщество

Here are screenshots of this part of the flow for full reference.  The first part gets the data, has some initialise and setup variables to concatenate multiple responses, and creates a item in ...

Re: Getting error The file is locked for shared use by when updating the file properties

Сообщество

Well it's 2 years later and I have the same issue. Even if I create a new document library and copy the file over to that it still says locked for use.  It's really sad to see the same problems...

How do I fill a Sharepoint Lookup Column in Power Automate?

Сообщество

How do I fill a Sharepoint Lookup Column in Power Automate?   I tried using a value that matches one of the options but that did not work.   See screenshot below.    

Re: How to compare dates in two SH Lists

Сообщество

@PowerSalam I was able to set variables like this, you can initialize variable outside the loop and set variable in the loop.       hope this helps   ------...