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."
User | Count |
---|---|
207 | |
92 | |
84 | |
49 | |
40 |
User | Count |
---|---|
255 | |
104 | |
103 | |
61 | |
59 |