Hi all, new to UI Vision/coding in general. I tried looking for a forum answer to this but perhaps didn’t know the right wording to search
I’m filling out a form online using UIVision but my type function keeps pasting my CSV value (JSON code) twice in the target area instead of just once.
I have the following:
click function to target text area
command A
command Del
csvRead
type command with ${!COL5}
Any advice or direction would be appreciated! Please also let me know if I’m omitting too much context.