I am working on shopify and my requirement is to add some extra information of user and I did that following this link :-
But now I want to know how to get values from customer[note][label] field in my liquid code.
Like I am able to get customer's name using {{customer.name}}
which is store in customer[name] field but unable to get values from customer[note][label] field.