Tag: flow
Power Automate: Write an array into a multi-selection field
Power Automate: Write an array into a multi-selection field
Our use case was two multi-selection fields from SharePoint, which were to be written to a new multi-selection field. When...
What can Power Automate Desktop do? A brief overview.
Here we gather our experiences with the new workflow tool from Microsoft.
Power Automate: Retrieve more than 100 items from SharePoint
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
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)
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
If you receive a date as a STRING in a flow, the conversion process is not easy, but can be...
SharePoint ODATA Filter
OData query operators supported by the SharePoint REST service Supported Not supported Numerical comparisons Lt Le Gt Ge Eq Ne...