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_Edelenbos
Y/N column values are also passes as true/false in a JSON body. Only in app’s UX views you see them as Y/N. But I believe you want to change the button appearance or button text as true/false, am I correct?
Yes, in my google sheet is records as a true/false but. As you can see in my screenshot above, Appsheet record it as Y/N. you can also see it in the table behind the message.
when evaluated, SomeKey parameter shall take a Boolean value of TRUE/FALSE no matter what display value you are seeing inside the AppSheet app. Can you please post or take a screenshot of your JSON body?
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