
Scott Henderson CTO
- Total activity 282
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 112
Activity overview
Latest activity by Scott Henderson-
Scott Henderson commented,
I would need to see your entire flow to understand what is not configured correctly to iterate over all the records, but I highly recommend opening a support ticket instead and someone in support s...
-
Scott Henderson commented,
I would remove the null object from the beginning of the array. Other than that, the output format looks good assuming you are okay with referencing the fields via their numeric indexes. If you w...
-
Scott Henderson commented,
I think Aman meant to say that you should use a preSavePage hook in your source export bubble to covert the data into this much more usable format for your flow. "data": [{ "Product ID": "518245",...
-
Scott Henderson commented,
Can you change the following? "Path to next page token field in HTTP response body *" -> data.productVariants.pageInfo.endCursor "Path to paging complete field in HTTP response body" -> data.produc...
-
Scott Henderson commented,
You should only call the processExport function if the record first meets your criteria. Make sense? i.e. you dont need our function to accept a list of sObjects, because you will decide when to ca...
-
Scott Henderson commented,
You would need to write custom trigger code to do this. For example, if you are doing a real-time listener flow, then the trigger that sends the data to integrator.io can be configured to look for ...
-
Scott Henderson commented,
FTP is one the most heavily used endpoints on the platform, and I would recommend getting in touch with technical support to figure what is happening with your flow. It is possible this is a flow c...
-
Scott Henderson commented,
In your example, flow 2 will queue up after the messages that flow 1 has already put in the FIFO queue to process. If flow 1 is still exporting new source records after flow 2 starts queuing messa...
-
Scott Henderson commented,
I would recommend doing this pattern via 3 separate flows. Flow 1: Initialize SQL steps Flow 2: Processing data SQL steps Flow 3: Finalize SQL steps For "flow 1" and "flow 3", you can use a gener...
-
Scott Henderson commented,
We have an actual Walmart connector. Have you tried using this? I have not looked at the Walmart signature specs before, but there are multiple ways to build custom signatures using handlebars fun...