<turbo-stream action="update" target="wiki_card"><template>

<h1>IF(condition1, data1, condition2, data2, ... ,data-else)</h1>
<div class="trix-content"><p><br>Used to insert different values according to conditions set in relation to Source value</p><div><strong>Example:<br></strong><br></div><blockquote>##IF("Account Balance"&lt;("CreditLimit"+1000),'Take Action', EQUALS("Amount", "CreditLimit"),'Send Warning','OK'):<br><br>Description:<br><br>IF "Account Balance" is less than "CreditLimit" + 1000 it will return the result "Take Action".&nbsp;<br>IF&nbsp; "Account Balance" = "CreditLimit" it will return the result "Send Warning".<br>Else it will return the result "OK".<br><br></blockquote></div>
</template></turbo-stream>

