Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Improving User Experience with Delayed filter or Search in Power Apps

Hello everyone and welcome to my blog. In today’s blog, I will show how you can filter a gallery or perform a search operation only after the user has finished typing in the search text. To explain the requirement, let’s take this scenario. In the...

Debajit Dutta 2,702
Like (0)
{Solved} How to clear a DatePicker control in Canvas apps

Hello everyone and welcome to my blog. In today’s blog, I will show how you can clear a DatePicker control in PowerApps. You might be wondering why can’t I simply set it to Blank()? Well, that is what you need to do. Let’s see what happens when I ...

Debajit Dutta 2,702
Like (0)
How to convert a local datetime to UTC in Power Apps

Hello everyone and welcome to my blog. In today’s blog I will show how you can convert a local DateTime to UTC time. Let’s get started. If you are from traditional programming, you will find constructs like ConvertToUTC or something similar. In Po...

Debajit Dutta 2,702
Like (0)
PowerApps Tutorial: Extracting Dynamic JSON Schema Properties and Values

Hello everyone and welcome to my blog. In this blog I will show how you get the property tag names of dynamic JSON schema and the value of each property. This blog will be helpful for the following scenarions. For this blog, I will go with a very ...

Debajit Dutta 2,702
Like (0)
How to get the Power Automate flow run id

Hello everyone and welcome to my blog. In today’s blog I will show how you can get the workflow run id in power automate flow. Many a times you need the Power automate flow run id especially in scenarios to track which run id generated an error. T...

Debajit Dutta 2,702
Like (0)
Working with Polymorphic Lookup (multi-table column) in Power Apps: AsType and IsT...

Hello everyone and welcome to my blog. In today’s blog, I will show how you can typecast polymorphic lookup columns to specific table types to compare and get the value. For typecasting polymorphic lookup using PowerFx formula, you can use the AsT...

Debajit Dutta 2,702
Like (0)
Power Apps canvas apps: Adding Calculated and Dynamic Columns

Hello everyone and welcome to my blog. In today’s blog I will discuss on how you can add a column to a datasource in Power Apps canvas apps. So let’s get started. To add a column to the datasource, you can use the AddColumn function to add a colum...

Debajit Dutta 2,702
Like (0)
How to check if a collection is empty in Power Apps canvas apps

Hello everyone and welcome to my blog. In today’s blog, I will show how can you check if a collection is empty in Power Apps. There are primarily two ways you can check if a collection is empty. The first is using the IsEmpty function. In the belo...

Debajit Dutta 2,702