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.
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.
So, now let’s get started!
Step 1
Select the created Gallery and click on “Edit” Gallery icon.
Step 2
Add “HTML text’ control from Insert > Text option.
Step 3
Select the “HTML text” control.
In HTML text property, add the following condition.
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.
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!!!!