Remove FW: from forward email with Make Webhook

Hello! I am trying to create a webhook in Make (previously Integromat) to remove the FW: in the item name when you forward an email to the board. I can’t figure out the replace string array and I am getting a runtime error. Does anyone have a solution or can help me with the correct steps for the Make Scenario? @JCorrell – I know you showed an example on Integromat in a post in 2021 with copy but I couldn’t figure out how to edit that to make it work for my scenario :slight_smile:

@iwiretech

If you give me the details, I can help.

Generally, to just remove “FW:”, something like this will work: {{replace(4.name; "/FW:\s*(.*)/"; "$1")}}:


Jim - The Monday Man (YouTube Channel) Our latest vid: Reading REALLY Large monday Boards
What is Make & How can it help you with monday?
We Create Custom Solutions - Your Make or Ours
Schedule a 1-on-1 Tutorial Session (for monday, Make or “Rocket Science”)

Thanks for the quick response! Here are the two modules and how I have them set up. And I also included a picture of my error. Maybe I have chosen the incorrect modules?



@iwiretech

  1. The “:” at the end should be removed.
  2. The column ID does not need to me mapped. Should simply be “name”.

Jim - The Monday Man (YouTube Channel) Our latest vid: Reading REALLY Large monday Boards
What is Make & How can it help you with monday?
We Create Custom Solutions - Your Make or Ours
Schedule a 1-on-1 Tutorial Session (for monday, Make or “Rocket Science”)