Video 1: 7 Ways to Distribute Your Leads Video 2: Distribution Rules and Decision Tree Setup Video 3: How to Randomly Distribute Leads Video 4: How to Sequentially Distribute Leads (round robin) Video 5: How to Distribute Leads Based on Responses & Answers. Video 6: How to Setup Notifications To Control The Number of Leads […]
Articles Tagged: random
How to display answer options in random order?
When you create a question and answer, you might want to display the answer options in random order. Here is how: 1. Create a question and answer node. 2. Tick Randomize Answer That’s all. Need help? Please reach out to us on https://community.leadshook.com/
How to Add a Random Number Generator
Step 1: Create a Calculated Custom Field Add a new custom field, “type:calculated” Step 2: Add one of the Following Formulas… randomInt(minimum-value,maximum value) => Integer in-between min and max values => Please note: it’s randomInt NOT randomint random(minimum-value,maximum value) => Real number in-between min and max values Step 3: Add your random number generator custom […]