Skip to main content

Result Placeholder Component

Generate a step output

Component key: result-placeholder

Description#

The result placeholder component generates a "mock" result that can be used by subsequent steps in an integration. This is handy for situations where integration developers are waiting on development of a custom component or for third-party teams to create an environment for testing. Integration designers can add a result placeholder step to fill in for another component until the other component is ready to be tested.

Actions#

Mock Result#

Generate a step result of your choosing. | key: actions

InputNotesExample
Input
Code
code
/ Required
code
Notes
This input will be returned as a string, unless valid JSON is provided, in which case it will be deserialized into a JavaScript object.
Example
[{"myKey": "myValue"}]

Output Example Payload#

{  "data": null}