Our use case was two multi-selection fields from SharePoint, which were to be written to a new multi-selection field. When...
Here we gather our experiences with the new workflow tool from Microsoft.
To retrieve more than 100 items from a SharePoint list, you can activate pagination. Click on the 3 dots on...
Unfortunately, there is no Datediff function in PowerAutomate, so here is our solution to calculate the number of months between...
There is no action in Flow yet to access the version history of SharePoint list items (or documents). So how...
If you want to trigger an approval in teams via PowerAutomate, these tips will help you to customize the Adaptive...
There is no direct option in Power Automate to process sent emails via flow. With a detour via the selection...
For a long time it was only possible to round values in a flow with an auxiliary column, but now,...
Here is an example for the number of days between two dates: div(sub(ticks('2019-05-13'),ticks('2019-05-04')),864000000000)
If you receive a date as a STRING in a flow, the conversion process is not easy, but can be...
To create a document folder automatically with a flow, proceed as follows: Send HTTP request to SharePoint Website address: Select...
Unfortunately, this option is often missing in Power Automate when selecting the respective condition. To create a condition query depending...
OData query operators supported by the SharePoint REST service Supported Not supported Numerical comparisons Lt Le Gt Ge Eq Ne...