Hi. I’m trying to replace the text in an input and then update that text somewhere else to “clean up” a database, but I can’t get “replace()” to work.
My original idea was to extract the information from Notion, set a variable with the replaced text, and then update the database item with that variable, but the output of the text replace is the same as the input, nothing changes.
Thank you both! That was surpringsingly easy to fix, I had tried without the double quotes, but I was missing the emptystring, trying to use just blank space for it, which was the problem.