I am seeing something weird I don't understand...
I have a datatable connected to SharePoint. One column is Yes/No column.
In the datatable it has checkboxes but they are showing incorrectly, showing checked even though the values are false?
However if I put a fake command around the item, it actually displays correctly?
Any idea the right way to get the data table to work?
Thanks,
Terry
Solved! Go to Solution.
Hi @Mattw112IG
Unfortunately, I don't the data table control works too well with boolean values.
Perhaps @mdevaney's advice in this post about changing the boolean column to a text column and outputting a checkbox symbol might be the solution.
If(ThisItem.'PTO Approved',"☑","☐")
Hi @Mattw112IG
Unfortunately, I don't the data table control works too well with boolean values.
Perhaps @mdevaney's advice in this post about changing the boolean column to a text column and outputting a checkbox symbol might be the solution.
If(ThisItem.'PTO Approved',"☑","☐")
Thanks this worked... but a.) I don't understand why MS doesn't fix this... seems like a big mistake b.) Still don't understand why my fake formula worked?
Hey guys, I came across this article when I was dealing with the same problem myself. I actually found that wiping out the information in the formula bar seems to resolve it altogether, that or commenting out the original information. I'm not too sure why this seems to work, but hey-ho!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
182 | |
47 | |
46 | |
34 | |
33 |
User | Count |
---|---|
260 | |
87 | |
79 | |
68 | |
67 |