How can I set all the COMMENT field values to "This is my comment" regardless of what's currently in the fields through an action? I can't figure out how to do it with replace or replace with regular expression. I want to replace * (All) with "This is my comment."
Use action type "Format value"
Exactly what I was looking for. Thanks!