Tag: flow

What can Power Automate Desktop do? A brief overview.

What can Power Automate Desktop do? A brief overview. 032

Here we gather our experiences with the new workflow tool from Microsoft.

Power Automate: Retrieve more than 100 items from SharePoint 026

To retrieve more than 100 items from a SharePoint list, you can activate pagination. Click on the 3 dots on...

Retrieve previous versions of SharePoint list items in Flow 027

There is no action in Flow yet to access the version history of SharePoint list items (or documents). So how...

Difference between two date fields in Flow (Power Automate) 028

Here is an example for the number of days between two dates: div(sub(ticks('2019-05-13'),ticks('2019-05-04')),864000000000)

Change a date as text (STRING) to a date format (DATE) with Power Automate 028

If you receive a date as a STRING in a flow, the conversion process is not easy, but can be...

SharePoint ODATA Filter 023

OData query operators supported by the SharePoint REST service Supported Not supported Numerical comparisons Lt Le Gt Ge Eq Ne...

Power Automate: Write an array into a multi-selection field 030

Our use case was two multi-selection fields from SharePoint, which were to be written to a new multi-selection field. When...

123