Based on instructions from this post, I am trying to replace apostrophes in my data with spaces, but it's not working and I'm not sure what I'm missing. Sample data and workflow attached.
Hint: "'"
Hello again. Sorry, not catching on to the hint!
replace([_CurrentField_],"'","")
Should work. But if apostrophe is a smart apostrophe, you should copy it and paste the symbol
replace([_CurrentField_],"`","")
User | Count |
---|---|
107 | |
82 | |
70 | |
54 | |
40 |