Ready to post? First, try searching for your answer.
Hello, I have an application with metadata key “test” and value {“title”:“New here?”} and i am trying to render the title value inside a Page template. I have tried belo code but this doesn’t work.
I also tried your recommendation but that doesn’t work… If you see in the screenshot, I get the values using application.metadata but not client.metadata.
I would like to further render the value of application.metadata.test (type json) in my Page template which I am struggling with.
Unfortunately, application metadata (or client metadata) value cannot contain child attributes or have values under JSON format, unlike app_metadata or user_metadata. Even when updating the client metadata using the Management API, the outcome will be an error 400 since the expected format is String not JSON.
I would advise you to visit our Feedback page and post regarding implementing this feature.