![]() |
VOOZH | about |
The CData Excel Add-In for Salesforce Marketing provides formulas that can edit, save, and delete Salesforce Marketing data. The following three steps show how you can automate the following task: Search Salesforce Marketing data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as SFMarketingCloudConnection1, or a connection string. The connection string consists of the required properties for connecting to Salesforce Marketing data, separated by semicolons.
Authenticating to the Salesforce Marketing Cloud APIs
Set the and to your login credentials, or to the credentials for a sandbox user if you are connecting to a sandbox account.
Connecting to the Salesforce Marketing Cloud APIs
By default, the data provider connects to production environments. Set to true to use a Salesforce Marketing Cloud sandbox account.
The default Instance is s7 of the Web Services API; however, if you use a different instance, you can set .
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Subscriber WHERE EmailAddress = '"&B4&"'","User="&B1&";Password="&B2&";InitiateOAuth="&B3&";Provider=SFMarketingCloud",B5)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for Salesforce Marketing to get started:
Download NowLearn more:
👁 Salesforce Marketing Cloud IconThe Salesforce Marketing Cloud Excel Add-In is a powerful tool that allows you to connect with live Salesforce Marketing Cloud data, directly from Microsoft Excel.
Use Excel to read, write, and update Salesforce Marketing Cloud Accounts, Emails, Lists, Subscribers, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!