Output Preview

Estimated reading: 1 minute 1512 views

How to view the output? 

 Each Salesforce activity generates a specific datatype, often containing data like account, contact, file or lead details. To ensure we can access this data, we need to properly view and retrieve its parameter. To view the output from Salesforce activities, follow these steps:

1. In your workflow, drag and drop the Write Log activity from the Activities panel.
2. In the Write Log activity’s “Input” property, enter the variable name that holds the activity’s output. For example, if the output is stored in a variable named “Test”, you would enter “Test”.

3. Press “CTRL + Spacebar” to open the IntelliSense menu, which displays a list of available parameters and properties for the specified variable.
4. Choose the desired parameter from the list to include it in your output. For instance, to view the Account ID, you might select Test.ID.
5. Execute your workflow.

The specified parameters will be printed to the Output panel, allowing you to verify the details of the created account.

Share this Doc

Output Preview

Or copy link

CONTENTS