dispatches the received trigger in 1 of the 2 outputs depending on the condition




## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>condition</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>if true, trigger will be forward through the 1st output. If false, it will be forwarded through the 2nd output.</td>
</tr>
</table>