SharePoint/SPO
How to get attachments from SharePoint list and then send in email via Flow?
In Power Automate Community, I have seen lots of user face issue with getting attachments from SharePoint list via flow. Today i will explain how you can retrieve multiple attachments from SharePoint list…
SharePoint Calculated Column formulas based on Date and Time
In SharePoint Calculated Column, A formula starts with an equal sign (=) like we do calculation in math. In create column page you will see one dedicated space for writing formula, where you…
How to store MS Forms multiple choice to SharePoint List?
In Microsoft Power Automate Community, i have seen lots of post regarding “How to save MS Forms multiple choices to SharePoint List?”. Problem with Multiple choices is that it gives you output in…
How to create calculated column in SharePoint List/Library?
In my previous post, where i have explained “What is a calculated column in SharePoint?” and now i will show how calculated column will be created in SharePoint List/Library. Steps- Go to your…
What is a calculated column in SharePoint?
In SharePoint, Calculated column is another special type of column (metadata). it will calculate values based on other columns for the same row in the same SharePoint list or library. Calculated Column uses…
How to get Week number from Date in SharePoint Online?
In SharePoint Online, we know the functionality of calculated columns. Whenever we need to do some calculation based on existing columns in a list we use Calculated column. Microsoft has given very good…
SPFx Chapter-1 : What is SharePoint Framework (SPFx)?
As per Microsoft, SharePoint Framework (SPFx)is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and extending Microsoft Teams. With the SharePoint Framework,…