Power Automate Search

Search

Re: Email notifications from shared mailbox permissions

Community

Hi @sama0018 ,   You may deploy the PowerApps and Power automate within a solution. Then, the normal user can't see the Flow from the My Flow/Shared Flow list.    Bes...

Re: Convert True and False to Yes or No in Power Automate

Community

Also try if(equals(toLower(triggerBody()?['Does_x0020_this_x0020_project_x00']),'true'),'Yes','No')

Change the owner and connections of Power Automate Flow

Community

I understand we can add owners on owners of flow page, but it seems the creator of the flow cannot be removed as the button is grey. Besides, if we change the owner and also want to change the connec...

Re: Reminder for approval not triggering

Community

Hi @tom_riha ,   I've just noticed that the the condition is triggering however, when its due to send an email it says "Skipped". Which, kind of makes the whole reminder pointless.&n...

Re: Unable to process template language expressions for action 'Condition'

Community

Apologies, Ferran.   Expression on the left hand side is   formatDateTime(addDays( '1899/12/30T00:00:00Z' ,int(item()?[ 'Column2' ])), 'yyyy-MM-dd' )   Expression on th...

Re: How to compare dates in two SH Lists

Community

@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   ------...

Oracle Bulk insert

Community

Hello All, Is there any better way to bulk insert the data into Oracle database. Currently its talking almost 10 mins for 600 records in power automate but for SQL Developer or any other tool its tak...

Re: "code": "ErrorSendAsDenied"

Community

@AnaLo you need to delegate permissions    Check this out :  https://www.nucleustechnologies.com/blog/how-to-grant-permissions-to-other-office-365-mailboxes/   Check ste...

Ms Flow - Get Reminders on calculated date field

Community

Hi,    Is there any possible way to get reminders on calculated date field? I read many posts that says it is not possible as of now.  I have an Date field, Number field and a calcu...

Re: MS Flow - Read Only permission

Community

Hi @PriyaFernandes    Currently if you provide a user with run only access, they can run the flow but not view the history (available for manual triggers only).    Fo...

Re: Can't see some flows in "My Flows" list

Community

Hi @Abdul_Hannan    There could be two options I can think of.  1. You must have shared the flows with some team members. And you can see the flows under the Shared with me ...

Re: Let tasks happen in parallel

Community

Thanks for the reply. The issue is however that within the application there is an action that includes the ticking of this box, and thus it cannot take place in sequential steps, but needs to take p...

Re: Flow not running manually and automatically

Community

What is the trigger step of your flow?    The error message is telling you don't have a valid gateway, are you creating file to your local folder? If so, you need to install an enterpri...

Re: Outlook Subfolder - forward email

Community

Hi @Comeon    Thank you for your posting.   Accordingly to your description, you would like to forward all emails which are moved to specific folder. However, the condition on...

Re: Entering the expiry date of the file

Community

@testuserburak Please check this video from Shane Young    https://www.youtube.com/watch?v=Badj3_T8zAw&t=987s      

Power Automate HMAC (SHA256) generator

Community

Hi all, I'm trying to create power automate process from CDS (dataverse) to one service. For authentication I need to generate HMAC (SHA256) hash which I need to use for verification.  I have ...

Re: Power Automate Desktop

Community

Hi,   It depends on what kinds of the slider you have on your website so that you can decide which kind of actions on PAD you can use. You can try to use Web Recorder from PAD to experiment th...

Re: Formula for Counting Days between dates via ms forms|calendar selector

Community

Ok. I just built what you modelled. Now ...I have this flow to a a SharePoint list ....how do I set that up? Let me show a screen shot ....

Auto Archive Files in Sharepoint

Community

I want to create a time schedule trigger into Sharepoint that moves files from a specific folder to another based on time condition like 30 days. Is this possible?   Try to run this rule-bas...

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

Community

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: power automate approval custom response

Community

Hi @YAYA ,   Check out this playlist on Approvals - https://www.youtube.com/playlist?list=PLTyFh-qDKAiFUGTtwSwFT79Y7_jq_Aipe One of the scenarios includes re-starting the ap...

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

Community

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...

date and time

Community

Hello   I created a flow which takes rows with date and time from excel sheet and sends mail to user. Unfortunately i get message like this: 2021-03-10T00:00:00.000Z at 1899-12-30T09:30:00.00...

Re: CDS (current environment) creat ea new record ignores field

Community

Well, for some reason I have to explicitly cast int on that one single value (field), otherwise it is ignored, although the other fields work fine, using the same option set, expecting the same value...

Re: Save Attachments as Sharepoint Files Producing Empty Files

Community

I am having a simmilar problem and I tried to use your solution. but It dident help me. When I try your solution the flow fails and says the base64ToBinary was expecting a string but got a NULL. &n...