Contents
- Workflow Builder Reference Guide Introduction
- Purpose
- AudienceWorkflow Builder Application
- Workflow Builder OverviewWorkflow-Building Exercises
- How to Solicit Post-Transactional Surveys via EmailWorkflow Blocks
- Assign Case to Agent
- Bright Pattern Create Object
- Bright Pattern Delete Object
- Bright Pattern Search Object
- Bright Pattern Update Object
- Comment
- DB Execute
- Exception Handler
- Exit
- Fetch URL
- Get Next Record
- Get User Configuration
- Goto
- If
- Internal Message
- Log
- Microsoft Dynamics Create Object
- Microsoft Dynamics Delete Object
- Microsoft Dynamics Search Object
- Microsoft Dynamics Select Account
- Microsoft Dynamics Update Object
- 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 API Request
- Zendesk Create Object
- Zendesk Search
- Zendesk Select Account
- Zendesk Update ObjectReference
- Standard Fields for CRM Objects
- Variables
- String Expressions
- Integer Expressions
- Floating Point Expressions
- Built-In Functions
Get Next Record
The Get Next Record workflow block provides a way for a workflow to retrieve the next or previous record from a recordset created by a previously executed blocks DB Execute, Fetch URL, RightNow Search, Salesforce.com Search, and Zendesk Search.
Conditional Exits
The Get Next Record block may take the No more items conditional exit if no more items can be retrieved from the specified recordset.
Settings
Title text
Title text is the name of the instance of the block. Enter a name in the text field and the new name of the block appears in the flowchart.
Direction
Choose whether the next or the previous record should be retrieved.
Recordset name
Recordset name is the recordset from which the record should be retrieved. The name is selected from the list of available recordsets, which is populated from all DB Execute, Fetch URL, RightNow Search, Salesforce.com Search, and Zendesk Search blocks of the workflow.
The columns of the retrieved records (if any) are stored in the workflow variables RS.[name] (e.g., RS.id).