How do i add a User to a list with a search bar?

Hello there! I am making a MDT. I have a fairly simple question. To send a emergency unit to a emergency, the control room can add him to a list of users that are linked with the emergency. To do this, in a search bar he types his call number to see and select the user he is searching for(he can see all call numbers with the right service). But how do i make it so that if he searches and clicks on of the results, the user gets added to the list of users that are linked with the emergency, later resulting he gets a notification on his MDT that he is linked with a emergency?
image

Hi there, @judavanzanden2010… if I understand your post correctly, you can use the An input’s value is changed workflow event to do what you described. Add that workflow event and select your searchbox as the input that is being changed. Then, add an action to the workflow that makes changes to a thing, with the thing to change being the appropriate emergency and the change being the addition of the selected user to the emergency’s list of users.

Hope this helps.

Best…
Mike

Thank you so much for the help!!

1 Like