Thank you for visiting my site!

Category Archives: Power Automate – Flows

Get List Item file...

2021-03-28

On new item created, get attached file information. Next get the attachment content, by List Item and file IDs Then place...

Continue reading

Check if folder ex...

2021-03-04

Add an action 'List Folder' add Set variable in parallels and configure each variable, click the three dots -> configure...

Continue reading

Prevent Infinite L...

2021-02-17

tutorial from: https://medium.com/@gurdevluck/prevent-infinite-loop-in-microsoft-flow-power-automate-b3cf9d764926 In your list...

Continue reading

Get users From a G...

2021-02-03

Original post: https://blogs.perficient.com/2018/09/20/send-a-flow-approval-to-a-sharepoint-groups-members/ create a string...

Continue reading

Get Array Values f...

2021-01-25

Loop a List, get records get a columns that contains array: Get Items Filter records by a condition: FolderPathStr eq...

Continue reading

Folder

2021-01-06

Create Folder Name [code lang="javascript"] concat('foldrName: ', triggerOutputs()?['body/{Name}'],' - ', 'path to folder: ',...

Continue reading

Using the REST API

2020-12-13

1. make an api call 2. run a test, copy the OUTPUTS TO a file. copy the results from  {"results": [..use one object ..]} to use...

Continue reading

Tips – Flows

2020-12-08

Turn on the modern experience for PowerApps: ------------------------------ Terminate a...

Continue reading

Run a flow when an...

2020-10-28

Run a flow when an item is updated and the value of a column equals a defined...

Continue reading