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 and then send those attachments in email via flow. So i have one SharePoint list- Holiday List where user needs to upload travel documents for booking. Here...
Continue reading...Hardesh Kumar
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 There are two ways to create flow- Start from template Inbuilt templates From visio templates Build your own from blank Automated cloud flow Instant cloud flow Scheduled...
Continue reading...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 will write formula for calculated column. Though you can use other formula & function in calculated column but we usually face difficulty with Dates so i am...
Continue reading...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 array format like [“Paris”,”Berlin”,”Milan”]. We can store this output in our SharePoint List but it is not a clean output for look and feel. Today i will...
Continue reading...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 SharePoint List/Library. Click on +Add column then Click on more.. This will redirect to a create column page. Click on List/Library setting then click on create column...
Continue reading...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 Excel-like syntax to calculate the new values.You can create Calculated Columns on any list or library or at the site level(and then add it to the list...
Continue reading...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 SharePoint choice column. Though we have manual input option only when we allow multi-select in choice column setting. But we want end user select only one choice...
Continue reading...