Power Automate: Types of Flow [Chapter – 2.0]
In my previous post I have given very basic intro about Power Automate and today i will cover how many types of flow you can create. Before moving to the types of flow…
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 Create Microsoft Form Choice type question option-Other in PowerApps?
In Microsoft form, when we have a question of type-choice there is option for end user to add input in option ‘Other’. Sometimes it is very difficult to include all choices in a…
How to use Variables in PowerApps?
Each programming language uses variable and variables play very important role in any programming language. In PowerApps we use variables little bit in different way. Here we do not define type of variable…
How to restrict word limit in google form?
While designing Google Form we may need to restrict user to answer question under specified character or words limit. Though Microsoft form does not have this functionality as of now. From my personal…
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…
How to delete person in SharePoint Power Apps form?
I have customized SharePoint form in Power Apps. It is working perfectly except it is not patching person data when I removed person from people picker field. Then I came to point that…