Download
here for free trial
- Recommend you download the install with predictive tools
Shortcuts(windows)
link
- ctrl+ b
- Add browser to last operation:
- refresh workflow:
Formulas
link
- in search panel, type in tool cateegory select show more, will display tools
- cache results up until point, right click on tool click cahe and run workflow
- scroll through panels click category use mouse wheel
- text input can take excel files copy paste style fore xperimentation
ctrl+ b 
iff instead of ifelse
Custom filtering by Regex
Regex Tool
- Choose column then choose match and assign a new col name for True False match operation
- make sure while using the tool to encapuslate regex with .*
- to Get a regular expression matching the first letter as B use:
- The visual interface for the above looks like this
- After running regex you would need to use filter tool to filter for True False based on column value you made. WOrk flow will look like this:

Directly call filter
- Instead of creating regex expression directly call filter and create custom filter
- In filter tool go to Custom filter and go to fx line
- type REGEX_Match([column_to_match],“.*^B.*”)

Regex wild card 