# Set Hidden Inputs

### **Parameters**

* **Switcher Connection**: The switcher connection to set the hidden inputs for.
* **Hidden Inputs**: A space or comma-delimited list of video source IDs. Any video source with a matching ID will be hidden from places like the Switcher panel, fill and key sources menus, and other places.

For a list of possible video source IDs, visit [Switcher Settings](/explore/switcher-settings.md) > Source Labels > All when connected to an ATEM switcher. The video source ID will be displayed below the long name of the video source.

### **Returns**

Nothing on success. Alert if an error was encountered running the action.

{% hint style="warning" %}
This action is only available on iOS 16 and iPadOS 16 and higher.
{% endhint %}

{% hint style="info" %}
Added in MixEffect 2.2.0.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mixeffect.app/automate/shortcuts/actions/set-hidden-inputs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
