elasticio / salesforce-component

elastic.io component that connects to Salesforce API (node.js)
Apache License 2.0
3 stars 7 forks source link

difference in samples retrieved based on steps in flow #96

Closed vdidushko closed 4 years ago

vdidushko commented 4 years ago

Scenario:

You have Webhook as 1st step, Code as 2nd and Salesforce as the 3rd step.

3steps

And you have Query: query

Sample 1 and Sample 2 are identical. sample1 sample2

But if you have Salesforce as the 1st step in your flow, you are going to get different samples. sales1st

Query is the same: query2

Different samples received: sample3 sample4

vdidushko commented 4 years ago

The latest version of the component was used.

jhorbulyk commented 4 years ago

What is the difference in the samples? The screenshots look the same to me.

vdidushko commented 4 years ago

The difference is that there are different people shown in Sample 1 and Sample 2 in case when Salesforce is the first step.