fbpx

Monthly Archives: October 2021

Power Automate: Return value from Execute a SQL Query (V2)

Working on Power Automate aka Flow to retrieve result from Execute a SQL query (V2). Wondering where is Dynamic Content for Execute a SQL query (V2) ? Execute a SQL query (V2) response: Add Compose action underneath and go to expressions and paste this in.     body(‘Execute_a_SQL_query_(V2)’)?[‘resultsets’][‘Table1’][0][‘Approved’] It just work like a charm ! This […]

Continue reading

SharePoint Online: How to Restrict Download for Document library

For IRM protected document library, you will see this error while uploading protected or digitally signed PDF files. Something that working fine for Sharepoint 2010 but NOT for SharePoint Online. According to Microsoft article: IRM protection cannot be applied to protected documents as SharePoint needs to open the documents on upload This is most demanded […]

Continue reading

SharePoint Online: View Only Permission Level is hidden

Excited to know that there are way to restrict downloading on SharePoint Online Document Library. But where is the Read Only permission ? Follow the steps below to Activate it. Navigate to Site Settings > Site Collection Administration > Site Collection Features. Look for SharePoint Server Enterprise Site Collection features Click Activate. Here you go. View Only […]

Continue reading