GET IN TOUCH
+91-62843-00850
+1-732-668-8002
info@penthara.com
LOCATIONS
India
SCO 670, Third Floor
Sector 70, Mohali
Punjab, 160055
USA
651 North Broad Street
Suite 206
Middletown, DE 19709
Follow Us on Social -

Category:

SharePoint
Working with People Picker in Power Apps for SharePoint

Learn how to master People Picker columns in SharePoint from the Power Apps canvas app. In this blog post, you will find detailed step-by-step instructions on creating, updating, and clearing People Picker columns for single and multi-user setups in SharePoint.

Read More
Bringing back Incoming Email to SharePoint Online document library using Power Automate

This article will help achieve the erstwhile incoming email functionality using Power Automate, aka flows from specific domains. The flow can handle multiple attachments and special characters in the subject line. In addition, it includes failure notifications at multiple stages.

Read More
Creating reminder Adaptive cards in Microsoft Teams for upcoming events from a SharePoint calendar list

Learn how to create an Adaptive Card in Power Automate that posts a summary of upcoming events like Birthdays, Work Anniversaries and Holidays to an MS Teams Channel. The source of these events is the SharePoint legacy calendar app. Advanced Dynamic JSON Adaptive Card implementation has been covered extensively in this example.

Read More
Exploring advanced customizations of react-table component within SPFx solution

Learn how to customize react-table within SPFx solution. In this blog post we have covered some advanced customizations and configuration options like conditional rendering of table data, adding hyperlink to table row, making a single cell clickable in a row, and maintaining pagination with react-table.

Read More
Quickly work with SharePoint API calls with Postman

Overview SharePoint APIs are used in various platforms to perform basic as well as complex actions. Two places where these APIs are used vigorously are: SPFx Solutions Power Automate Custom Applications The challenge faced while developing these solutions is that, there is no easy and quick way to test or execute these API calls in […]

Read More
How to dynamically calculate working business days for a due date in Power Automate

Objective The objective of this article is to understand how we can use Power Automate aka Flow to calculate the due date for a task excluding holidays and weekends. Prerequisites An account with SharePoint Site Collection Admin and Power Automate Access SharePoint Team Site Steps to create the lists Create a SharePoint list Titled Work Progress […]

Read More
Different use case scenarios of useEffect in SPFx React solutions

What is useEffect in React UseEffect is a hook in react which was created to be used in a functional component. useEffect hook can be used in different scenarios depending on our need i.e. it can provide lifecycle functionality of class component as componentWillMount or componentDidMount. For more detailed information you can refer to the […]

Read More
Getting started with Redux in SPFx solution with React Framework

Brief of react and redux: Redux is a framework that is responsible for managing the state for most of the popular front-end frameworks, such as React, Angular, etc. You can build web parts using any of the frameworks using redux. (Insert basics of redux) In this post, I will walk you through how to use […]

Read More
Major Pitfalls to avoid while working with SPFx Solutions

When building SharePoint Framework solutions, you can use CSS to define how your customization should look and behave. When building SharePoint customizations using CSS, you can change the layout of the page. Microsoft itself has its own recommendations for working with CSS in SharePoint Framework solutions which you should read from here. Sometimes when working on […]

Read More