Incorrect output of checkboxes in JetformBulder integration with Notion

The string with selected checkboxes from JetformBulder to Notion is passed incorrectly: it is output as Unicode Escape in Array, for example:

[“\u0412\u043e\u0434\u0438\u0442\u0435\u043b\u044c”,“\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u0447\u0438\u043a”,“\u041f\u0441\u0438\u0445\u043e\u043b\u043e\u0433”]

While Notion should receive normal Unicode text separated by commas. In Notion there is no possibility to work with Unicode Escape in Array, we need a variant of simple text output. This is correct:

Водитель, Переводчик, Психолог

(I noticed a problem when processing Cyrillic values of checkboxes).

Please note that checkboxes are output correctly by one value, the problem is only when outputting a variant with all values.

Hello @pristaniste,

Could you please check if your Bit Integrations plugin is updated to the latest version?

  • If not updated, kindly update it and check again.
  • If it is already updated and the issue still persists, we’ll need access to your site to investigate further.

You can create a user account with the following email: support@bitapps.pro
Please assign admin access and send us the login credentials.

We’ll take it from there and work to resolve the issue as soon as possible.

Hello @pristaniste,

Thank you — we’ve received your access credentials. We’ve forwarded them to our developer team for investigation. They will review the issue and get back to you with an update shortly.

Hello @pristaniste ,

We have checked the form data at this link, and we didn’t find any data formatting issues.

Please check the attached image for your reference and understanding.

@pristaniste We’ve found the problem, but to apply the solution, we need file edit access.
Please go to your wp-config.php file and set DISALLOW_FILE_EDIT to false, then let us know.

Also, could you please check if your existing integrations are working?
If not, please try creating them again.

Hi!

  1. Reconnected the integration for same form with Cyrillic, checked it works.

  2. Removed protection from file modification. I count on your experience! Please let me know what you change so I can take them into account in future updates.