​How To Add A Conditional Column With Unicode Symbols In PowerApps Blank Grid - PowerApps Grid View

Overview

 
In this article, we will learn how we can create a conditional column within PowerApps Grid View with the Unicode characters.
 
If you didn’t visit my previous articles to create PowerApps Grid view, please visit the articles using the following URL.

Use Case

 
I have a Grid with following data.
 
​How To Add A Conditional Column With Unicode Symbols In PowerApps Blank Grid - PowerApps Grid View
 
We want to add a conditional column with the following Unicode characters.
  • If “Experience” is greater than 5 years, then it will show a square icon.
  • If “Experience” is less than 5 years, then it will show a half circle icon.
At the end we need a result like the following.
 
​How To Add A Conditional Column With Unicode Symbols In PowerApps Blank Grid - PowerApps Grid View
 
So, now let’s get started!
 
Step 1
 
Select the created Gallery and click on “Edit” Gallery icon.
 
​How To Add A Conditional Column With Unicode Symbols In PowerApps Blank Grid - PowerApps Grid View
 
Step 2
 
Add “HTML text’ control from Insert > Text option.
 
​How To Add A Conditional Column With Unicode Symbols In PowerApps Blank Grid - PowerApps Grid View
 
Step 3
 
Select the “HTML text” control.
 
​How To Add A Conditional Column With Unicode Symbols In PowerApps Blank Grid - PowerApps Grid View
 
In HTML text property, add the following condition.
  1. If(Experience>5,"▩","◐")   
If you are looking for another Unicode characters code, please visit the URL.
 
Now, let’s run the solution!
 
Step 4
 
If the Experience is greater than 5 it is showing the “square” icon.
 
If the experience is less than 5 , it is showing “half filled circle” icon.
 
​How To Add A Conditional Column With Unicode Symbols In PowerApps Blank Grid - PowerApps Grid View
 
This is how we can easily add the conditional column within the PowerApps Grid view.
 
Isn’t it easy?
 

Conclusion

 
This is how we can easily create Conditional column within the PowerApps. Stay connected with me for such amazing Power Platform articles like PowerApps, Power BI and MS Flow.
 
Don’t forget to follow me!
 
Happy PowerApping!!!!


Similar Articles