I’ve been trying to create a dynamic link to the user’s profile in several formats, such as:
[profile picture](https://forum.domain.com/u/%{current_user})
[profile picture](https://forum.domain.com/u/%{profile})
[profile picture](https://forum.domain.com/u/%{data-user-card})
Unfortunately none of them were successful. Does anyone have an idea if this is possible?
Use case: I want people to upload a profile picture during onboarding and provide them with a link straight away to remove any friction.