Use ValueFromJsonString. ToJsonValue assumes you want a string literal value and not to try to decode JSON string which is what you’re expecting in that blueprint node.
Use ValueFromJsonString. ToJsonValue assumes you want a string literal value and not to try to decode JSON string which is what you’re expecting in that blueprint node.