Hi
Would anyone happen to know how I can expose the userId of the user being displayed on the profile card? I have tried the following just to see if it works
data-bind="attr: { title: userId}
my goal is not to use the userId as the title but this way I can see if it works
This does not return any results.
Thanks for the help
Mark