Skip to main content
mikec634
February 15, 2022
Question

Using the @user feature for notifying a user

  • February 15, 2022
  • 3 replies
  • 0 views

In this post I can begin typing @mi... and it will display a list of users to select from.  Is this possible in Appian?  If not has anyone come up with a way to implement it with a smart service or other product add-on?

Thanks

m

    3 replies

    stefanhelzle0001
    Brainy
    February 15, 2022

    There have been some discussion about this topic, but no, not supported.

    You could try to pattern match entered text for existing users to notify them. But then you still have no auto-suggestion.

    csteward
    February 15, 2022

    Unfortunately you won't be able to achieve a picker solution that appears inside another component such as a!textField() or a!paragraphField(), where users can type freely.  There have been some discussions on similar functionality prior, such as this thread, which involve having the user type out the entire @user.name, and then parsing the text to find matching accounts and log what you need to from there.  There can be validation included which will determine if the accounts typed are found or not, etc.

    mikec634
    mikec634Author
    February 15, 2022

    Thanks guys, I wanted to at least check but I thought that was the issue.