Question

Capture activty is deleting text after write...

  • 1 June 2023
  • 1 reply
  • 17 views

Badge

I'm using the capture activity to write a variable in a textbox, but right after it writes, the text is erased. Can anyone help me with this?


1 reply

Userlevel 2
Badge +8

I’m not using the community edition, but I would try outputting the variable to a text file or even a message box to see what’s actually being fed into the set text action. You might want to temporarily put single quotes around the variable when you output so you can see if there are special characters like spaces and line feeds in your string. Basically, you want to make sure the string in your variable free of leading and trailing spaces and any other special characters.

Reply