2

How to clear a Textbox in power automate desktop flow ? My flow can key a 'hello' string in a windows textbox. Every thing seems perfect, but run the flow second time the textbox content become to 'hellohello'. So I need clear the textbox first before key in 'hello'. How to do it?

2015evanotes
  • 89
  • 10

1 Answers1

2

You can send keys by using {Control}({A}) {Delete}

Ethan
  • 808
  • 3
  • 21