From Bright Pattern Documentation
• 5.2 • 5.3
Contents
- Workflow Builder Reference Guide Introduction
- Purpose
- AudienceWorkflow Builder Application
- Workflow Builder OverviewWorkflow Blocks
- Assign Case to Agent
- Bright Pattern Search Object
- Comment
- DB Execute
- Exception Handler
- Exit
- Fetch URL
- Get Next Record
- Get User Configuration
- Goto
- If
- Internal Message
- Log
- RightNow Create Object
- RightNow Search
- RightNow Select Account
- RightNow Update Object
- Salesforce.com Delete
- Salesforce.com Insert
- Salesforce.com Search
- Salesforce.com Select Account
- Salesforce.com Update
- Send Message+
- ServiceNow Create Object
- ServiceNow Search
- ServiceNow Select Account
- ServiceNow Update Object
- Set Variable
- Start Another Workflow
- Transfer Case to Service
- Wait
- Wait+
- Zapier Invoke Zap
- Zapier Select Account
- Zendesk Create Object
- Zendesk Search
- Zendesk Select Account
- Zendesk Update ObjectVariable and Expressions
- Variables
- String Expressions
- Integer Expressions
- Floating Point Expressions
- Built-In Functions
Floating Point Expressions
Some helpful information on using floating point expressions in the Workflow Builder application is given as follows.
- Either the point or exponent can be used (e.g., 2.00 or 2E00 or 20E-1 or .2E1).
- The four arithmetic operations and parentheses, including nested ones, are supported.
- A mix of floats and integers produces a floating expression.
- Division by zero produces errors in the log; the operation result is undefined.