Fix mapping bugs

Hello,
Im trying to map the json outputs with http request module to send all those informations to my backend but as you see the vat_number input is always empty even thou the json has already the value inside
I can’t understand whats the problem here
can you help please
thanks in advance!

Its VAT_number in the JSON, but you mapped it as VAT number missing the underscore. Maybe this is causing the issue?

thanks for your reply
but I mapped the json input direclty I didnt write it
you can see that even for customer type for exemple its the same think no underscore

If you hover over the JSON key for the item vat_number, what does it show?

You could also manually enter it for that mapped value as another approach. It would be what ever appears in when you hover of the key.