I create a zap (Wordpress to Chatfuel). I want delete part of Wordpress post after a word. I need a java code to insert to Zapier Run Javascript. Thanks.
Asked
Active
Viewed 84 times
1 Answers
0
As good of an answer as is the question.
var output = input.split('WORD')[0]+'WORD';
console.log(output);

thepio
- 6,193
- 5
- 35
- 54