Get All Salesforce Data and return to webhook


I want to return all of the factmap data from the Salesforce API call, but i cant seem to get all of the data and I have tried using iterator and text aggregator. I have gotten Collection can’t be converted to text for parameter ‘value’. as an error. There has to be a way for me to simply just return the factmap as plain text back to my webhook. Please help

Please obtain the output bundles to help identify issue thank you!

Also please give an example of your desired output :slight_smile:

2 Likes

module-1-output-bundle.txt (4.6 KB)
I would like to return the factmap from the salesforce module to the salesforce module

Hi, @samliew and @Mr.Make I appreciate you all responding, but I figured it out. For those reading this, use an array aggregator and select the field that you would like to return. In the input for the array aggregator, I chose the body of the salesforce output bundle and then in the webhook response body, I chose the value from the body from array iterator I wanted to return.

3 Likes

Hey there @Pranay_Gupta :wave:

Just wanted to step in and congratulate you on solving your issue!

Great job :clap: