# Result Placeholder Component

![](/docs/img/components/icons/60/cmVzdWx0LXBsYWNlaG9sZGVy.png)

#### Generate a step output

Component key: **result-placeholder** · [Changelog ↓](#changelog)

## Description[​](#description "Direct link to 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[​](#actions "Direct link to Actions")

### Mock Result[​](#actions "Direct link to Mock Result")

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

| Input | Notes                                                                                                                                   | Example     |
| ----- | --------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| Code  | This input will be returned as a string, unless valid JSON is provided, in which case it will be deserialized into a JavaScript object. | See Example |

### Example Payload for <!-- -->Mock Result

```json
{
  "data": null
}

```

***
