customFields returns empty

Hey guys!

I created a custom field below as shown in the image below:

Now I’m trying to retrieve this value with the code below:

But the object is returning empty:

Is it not possible to return customFields using wixMembersFrontend.currentMember.getMember ?

There is only one caveat when retrieving custom fields using the getMember() method:

Only custom fields added to the member profile in the Dashboard are available through the Members API. Empty fields are not returned.

Was the custom field added using the flow described in the article below?