Yes/No column value to be true/false

Hi,

For a JSON put request i need the yes/no column to be true/false. I know that the backend value in google sheets is true/false but appsheet uses Y/N. Is there a way to force this? Ofcourse i can fall back on a EnumType. But i like the switch buttons on the Quick edit columns option.

-Remco

Solved Solved
0 10 2,928
1 ACCEPTED SOLUTION

THE SOLUTION: โ€œtrueโ€ and โ€œfalseโ€ in the IF statement with the " ". I think appsheets sends the true and false with Y /N. So we came back on the orignial problem

With big help from @LeventK!

{
  "PtProject": {
    "Element": {
      "Fields": {
        "PrId": "<<[Projectcode]>>",
        "U47E045AF46C52C9490047C8376873EF6": "<<IF([Plattegrond__check_]='Y',"TRUE","FALSE")>>"
      }
    }
  }
}

View solution in original post

10 REPLIES 10
Top Labels in this Space