I want a Google translator between my application

Continuing the discussion from AppSheet API - Returned value for boolean field: Y/N instead of true/false:

What do you mean: Translator?

  • You want different languages?
1 Like

In that other thread, The issue was with the service getting the data from an AppSheet API Read function as “Y” / “N” values instead of the standard for booleans of “true” and “false”. The service doesn’t recognize “Y” / “N”. The use of a “translator” after the API call was suggested to transform the values.

2 Likes

From what aspect would you like to continue the conversation?

Do note that the implementation of a data transformation process (or translator) should NORMALLY be done within the ecosystem of the extrenal service that is consuming the AppSheet data.

In that other thread, to overcome a specific flaw in AppSheet, I suggested the use of additional columns to send the true/false values in the API calls - that flaw being not sending standard boolean values externally.

2 Likes