Hello Team,
Can anyone point me on right direction or solution on how to change the formatting in Powerapps HTML table (true / false) to Yes/No? can you guys help me with formatting? my data source is from SharePoint List. Here is the picture
Image on PowerApp HTML Table. I need to change the true/false to Yes /No
Thank you.
-Echo
Solved! Go to Solution.
Replace this...
Gallery1.Selected.RackSetupRS
With this...
If(Gallery1.Selected.RackSetupRS,"Yes","No")
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Replace this...
Gallery1.Selected.RackSetupRS
With this...
If(Gallery1.Selected.RackSetupRS,"Yes","No")
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
187 | |
82 | |
51 | |
37 |
User | Count |
---|---|
290 | |
242 | |
123 | |
74 | |
56 |