
It may be hard to tell from the image, but all boxes are checked. I want to make sure the data table accounts for whether the user answers "true" or "false" in each record, either by showing some of the boxes as blank, or by labeling each row with a "true" text or a "false" text. Any suggestions?
Hi @ericnn,
You can find the solution in this topic: https://powerusers.microsoft.com/t5/Building-Power-Apps/how-to-handle-Boolean-value-in-Datatable/td-p/373767
Try this: change the control type to a Text Column using the Edit Fields menu
Then, select the confirmed column and put this code in the Text property. Do the same for the registered column. It worked for me!
If(ThisItem.PerDiem,"☑","☐")