The formulae mentioned are simply javascript inline scripts. To generate any other formulae one can just ask chatgpt to generate the same.
Pro tip : You can use the below prompt for this:
Sometimes you may come across a scenario where your prospect list only has the full name available as a data point, but while sending an outreach addressing the person as their full name might not sit right with you. In that case a simple formula can be employed to split the full name into separate first name and last name data points.
getting first name:
getting last name:
Our Tech Stack action tools provides a comprehensive list of technologies being employed by a company via buildwith but sometimes it may become tedious to find whether a specific technology is being used or not.
For this a simple formula can help you out(am checking if shopify is there or not):
While users can use the add column button available next to all enrichments in any sales action tool. They can also write this from scratch.
Here’s an example:
Our formula columns also allows our user to create static mail templates, with an option to embed different aspects of the mail. Such as, icebreakers, salutations, signoffs etc.
check out the below example:
Maybe you already have the first name and last name of 1000s of prospect available in your grid but your use case requires your to have their full name as well. While using a gpt mini across all these use cases may seem like an easy way out, for large grids that might not be the best scenario. So why not employ the trusty formula column for this?
you can easily append 2 or more columns using the formula below:
String Concatenation
Concatenate multiple strings into one.
String Splitting
Split a string into an array using a separator.
String Trimming
Trim whitespace from the start and end of a string.
String Length
Get the length of a string.
Convert to Uppercase/Lowercase
Convert a string to uppercase or lowercase.
Replace Substring
Replace part of a string with another string.
Extract Substring
Extract a substring from a string using start and end indices.
Repeat a String
Repeat a string multiple times.
Reverse a String
Reverse a string by splitting it into an array, reversing it, and then joining it back together.
Extract Character at Specific Index
Get a character at a specific index of a string.
Find Index of Substring
Find the index of a specific substring.
Pad Start/End
Add padding to the start or end of a string to reach a specified length.
Convert String to Array of Characters
Convert a string into an array of characters.
Check if String is Empty
Check if a string is empty (or just contains whitespace).
The formulae mentioned are simply javascript inline scripts. To generate any other formulae one can just ask chatgpt to generate the same.
Pro tip : You can use the below prompt for this:
Sometimes you may come across a scenario where your prospect list only has the full name available as a data point, but while sending an outreach addressing the person as their full name might not sit right with you. In that case a simple formula can be employed to split the full name into separate first name and last name data points.
getting first name:
getting last name:
Our Tech Stack action tools provides a comprehensive list of technologies being employed by a company via buildwith but sometimes it may become tedious to find whether a specific technology is being used or not.
For this a simple formula can help you out(am checking if shopify is there or not):
While users can use the add column button available next to all enrichments in any sales action tool. They can also write this from scratch.
Here’s an example:
Our formula columns also allows our user to create static mail templates, with an option to embed different aspects of the mail. Such as, icebreakers, salutations, signoffs etc.
check out the below example:
Maybe you already have the first name and last name of 1000s of prospect available in your grid but your use case requires your to have their full name as well. While using a gpt mini across all these use cases may seem like an easy way out, for large grids that might not be the best scenario. So why not employ the trusty formula column for this?
you can easily append 2 or more columns using the formula below:
String Concatenation
Concatenate multiple strings into one.
String Splitting
Split a string into an array using a separator.
String Trimming
Trim whitespace from the start and end of a string.
String Length
Get the length of a string.
Convert to Uppercase/Lowercase
Convert a string to uppercase or lowercase.
Replace Substring
Replace part of a string with another string.
Extract Substring
Extract a substring from a string using start and end indices.
Repeat a String
Repeat a string multiple times.
Reverse a String
Reverse a string by splitting it into an array, reversing it, and then joining it back together.
Extract Character at Specific Index
Get a character at a specific index of a string.
Find Index of Substring
Find the index of a specific substring.
Pad Start/End
Add padding to the start or end of a string to reach a specified length.
Convert String to Array of Characters
Convert a string into an array of characters.
Check if String is Empty
Check if a string is empty (or just contains whitespace).