Iskanje v storitvi Power Automate

Iskanje

Record Flow Actions like Success and Failures into Database

Skupnost

Hi All,   I have both manual and automated flows designed but im looking to maintain a table in Database which records all the triggered flow actions like failure and success instead of going ...

Re: How do I set a SharePoint list column to today's date

Skupnost

I ended up using this expression "formatDateTime(utcNow(),'yyyy-MM-dd')" when I update the item, and it seems to be working fine. 

Alternate Position of Dynamic Content Window to opposite side of screen to current action.

Skupnost

When working on an an action that is on the right side of a branching flow I find that the dynamic window opens on top of the action I am working on. Escape and hide do not seem to close the pop up a...

Re: Flow to convert xls to xlsx

Skupnost

Plum sail works great but it’s a paid option. It also doesn’t meet the data security rules of some clients so it isn’t an option there. This is something Microsoft should offer. Plain and simple.&nbs...

Re: Convert XLS to XLSX

Skupnost

any updates?

Run flow from Teams Files tab?

Skupnost

I created Team, installed the Power Automate app to this Team, setup a "For a selected file" Instant flow associated with the Documents library in the back end SharePoint site for this Team. The flow...

Designing a flow to identify all documents across multiple folders that have not been modified in the previous 12 months

Skupnost

Hi, I am having a great difficulty in designing a flow that checks all documents across multiple folders; for any documents that have not been modified in the previous 12 months and to send an email...

Re: D365FO Update record issue - 404 error Not found

Skupnost

Hi, I know this topic is a bit old, but I came across a similar issue and I solved it. It is a bit convoluted but it works 🙂   You can also add a compose  first(outputs( 'Lists_items_...

Re: Updating title of OneNote Page

Skupnost

Hi @mscherotter,   What is the configuration of your OneNote Update Page content action, can you share a screenshot?   As an example I have used this configuration. Which worked in...

Get Report by Email of Created and/or Modified within last day

Skupnost

Hi,   I wanted to get a list of items daily that have been created or modified in a sharepoint list. I've gotten it to where I get them sent individually. However, I want a whole batch sent in...

Re: Use input in Forms as bucket name, and create new task in Planner under the right bucket

Skupnost

I had this issue as well and I came up with a working solution.  Please tell me what you think of it.   First, I need to init a variable that I will later use as the BucketID.  You c...

Re: Get attachments from emails in Sharepoint Library

Skupnost

Hi @MrEdward  I don't think you can do this with the standard actions because the email is stored as a file within SharePoint, and this is retrieved as base64 encoded string... you'd need to b...

Re: Generating word docs from excel table with multiple rows of data

Skupnost

@SLCBrew  You either going to need access to premium features to use the 'Word Online (Business)' Connector to use the 'Populate a Microsoft Word Template' action, demo video here by Jon L &am...

Re: What is unatended Bot ?

Skupnost

A3 bot is a program that can run 24/7, that is i can execute any number of processes but not at the same time. You will only need 1 licens if your processes dont need to run at the same time. You wil...

Re: Planner to Excel

Skupnost

Hi @CATZ ,   Your flow steps are incomplete, to achieve your requirement, you still need to create a table for the worksheet and add rows into the table from Planner Task Data. B...

Calculation in a flow

Skupnost

Hi All, I want to do one calculation in flow. I have created a flow that inserts data at day and month level and now I want to do some calculation. Suppose I have one column named X  as shown i...

Re: Problem with identificator in sharepoint

Skupnost

Hi    Yes your initial issue was related to type. Usually in that case you could add a compose and map the string value and use expression to convert to int to map it to your SharePoint...

Re: Modified trigger should give previous values for fields changed

Skupnost

Lets wait for this section:   After this update, we will continue to work on enabling the 'Get item or file properties changes' to provide old and new values of the columns.   😕 &nb...

Problem with identificator in sharepoint

Skupnost

Hi all,   I want to get the item, but the identificator doesn't allow me to insert the user's response. What am I doing wrong?    

Re: numberCreate or Update Excel Row based on SharePoint List based on ID

Skupnost

Hi @kbnp86,   I tested it on my side but not find the same issue. Could you please share an instance of the table? How about you input an ID that already exists manually on the righ...

Flow doesn't trigger when a file is created at FSTP-SSH.

Skupnost

I created a flow from bank with SFTP-SSH when file created or modified. It didn’t trigger consistently and off-late it stopped triggering even in testing. Flow is as below. I am using data from previ...

Post an Adaptive Card to a Team user and wait for a response

Skupnost

The field "Update Message" in the Action "Post an Adaptive Card to a Team user and wait for a response" should support the same syntax as the field "Message". In effect replacing the card. It would a...

Using an event acceptance as a trigger for sending an email (Outlook 365)

Skupnost

Disclaimer: I am new to Power Automate   My work calendar (Outlook 365) is regularly populated with appointments that are generated from a secondary system and are boilerplate (same sender, pr...

Re: Power Automate Expression loses Dynamic Content fields

Skupnost

"FormatDateTime" didn't work, but this did work. Thanks @krootz    startOfDay(items( 'Apply_to_each' )?[ 'Join Date' ])