Flowboost Multi-select Search Replace
FlowBoost has already impressed me with its potential since I started using it earlier this week. Thanks to Sanford and Etumos. I am wondering if there is a better way to achieve our goal with Flowboost's built-in functions to search/replace multi select values.
In searching the community, I came across this thread that shows full JS, but it appears that it could be much simpler with FBString.list.replaceAll()), although I'm not sure how to work with it. Below is an example:
Current Value of lead.fieldname: AA; BB; CC
- Replace: AA with X;Y
- Replace: BB with PQ
- Replace CC with null
Final Value of lead.fieldname: X;Y; PQ;
Is there any recommendation on how to construct the Flowboost JSON payload template for this function?