Solved

How to replace text with blank value

  • 13 May 2024
  • 2 replies
  • 63 views

Badge +3

Hello,

I have a issue I’ve run into where I need to simply remove specific words from a text field and load into a variable.  I’m trying to use the Replace Regular Expression action and it’s working perfect except the Replacement text field is mandatory, how would I go about making sure it simply just deletes the specific words?

Text field will have the letters “DS” in each item and I just need it removed from the field each time. I tried “” but that didn’t help.

 

icon

Best answer by brent_read 13 May 2024, 16:33

View original

2 replies

Userlevel 2
Badge +6

Hi @fortyone 

The easiest method for this is to create an empty text variable and put that in the replacement text field.

Badge +3

Hi @fortyone 

The easiest method for this is to create an empty text variable and put that in the replacement text field.

Thanks a bunch!  That worked 100%

Reply