I’m attempting to update the ‘description’ and ‘summary’ fields of Prestashop 1.7 products. I don’t encounter any issues when updating any other field, but when I attempt to update these two specific fields, I receive the following message:
HANDLED ERROR
type: BundleValidationError
message: Validation failed for 1 parameter(s).
detail: Cannot read properties of undefined (reading ‘integer’)
Obviously, I’m updating it with text, but I don’t understand why it says it was expecting a number…
Has anyone encountered a similar problem or found a solution for this?
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
In this basic scenario, which doesn’t work for me as part of a larger one, the text is received to populate fields in a variable. However, to demonstrate the error more simply in this basic scenario, I manually input the data into the same module’s fields. I provide the product ID and the update text. Attached is a screenshot.
Looks like the only field you entered, Language ID, might contain a bug since it’s not sending an integer value, when Prestashop might be accepting an integer only.
For quicker assistance with bugs and technical problems, you may want to contact support directly. They respond very quickly and update you frequently on the status of their investigation.
Hope you can share the resolution with us if you manage to solve this problem!
Awesome to hear that everything is up and running smoothly now! Thanks a lot for stepping back in here and sharing your update with the community. Much much appreciated