Referencing custom user properties in a Markdown widget
complete
Naama Ben Oliel Ronen
Markdown widget supports referencing entity fields and also user fields like name, fullName, email, firstName and lastName in the form of {{ .user.email }}. But it's impossible to reference other custom user properties in addition to the basic ones.
Naama Ben Oliel Ronen
updated the status to
complete
You can now reference any custom property on the User blueprint using the standard dotted path, for example {{ .user.properties.slack_url }}. This works with fields you sync from your identity provider or maintain in the catalog.
On entity pages, do the same with entity data. Custom properties defined in the blueprint are available also, for example {{ .entity.properties.custom_field }}.
https://docs.port.io/interface-builder/port-interface/dashboards/custom-widgets#template-variables-1