Type Into Slack Form user field challenges

Hi, I’m working on my building my first StudioX automation that takes an email and enters it into a slack workflow form. When I try to use Type Into Activity for the Select a user field, it skips the user field and Types into the next text field instead. I’ve tried using two Click activities before, trying to use free form target selection, changing Click before typing and Empty field before typing settings, tried adding an Enter Key (both Special key and Hotkey) and no matter what I try, it skips the user field and Types into the next free form text field instead. I understand from my own research that the user field in Slack is a bit tricky to use UI automation with. Has anyone come up with a decent solution to this or have some ideas I can try? Thank you in advance!!

@Shawn_Gill

First thing there are dedicated slack activities which you can use

If still you need to go with ui then please check the selectors from the properties..selectors is what controls then ui interaction element

The selector needs to contain attributes which are specific to the firld so that only the required field is used

Cheers