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 adding the values to the array variable, it is important…
Our use case was two multi-selection fields from SharePoint, which were to be written to a new multi-selection field. When adding the values to the array variable, it is important…
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 the right in the “Retrieve elements” element and select Settings…
Unfortunately, there is no Datediff function in PowerAutomate, so here is our solution to calculate the number of months between two dates. Our data: Date 1 = Current date, here…
There is no action in Flow yet to access the version history of SharePoint list items (or documents). So how can we get to older versions of a list item…
There is no direct option in Power Automate to process sent emails via flow. With a detour via the selection of the “Sent folder” in the Exchange mailbox, however, you…
For a long time it was only possible to round values in a flow with an auxiliary column, but now, tada, it works directly in a flow! The integrated “Format…
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 solved as follows: Create STRING variable (here as an example…
To create a document folder automatically with a flow, proceed as follows: Send HTTP request to SharePoint Website address: Select from the list Method: POST URI:”/_vti_bin/listdata.svc/”+“Library name“ Header: Accept=”application/json;odata=verbose” Header:…
Unfortunately, this option is often missing in Power Automate when selecting the respective condition. To create a condition query depending on an empty field, proceed as follows:
Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!