Execute a SOQL query.

Input

  • SOQL Query (text): a valid SOQL query

Output

  • Records (list): list of of records, as specified by the SOQL query
  • Next Page URL (text): link to the next set of records if SOQL Query exceeds 2,000 records

Note: The HTTP Request card can be used to make a follow-up request with the Next Page URL.  Previously, in Salesforce version 1.3.65, this was handled internally through the Execute Query card.  In versions later than 1.3.65, this functionality was altered to improve overall performance and reliability of flows.