Outputs feeds conditional based on key passed1. feedKey is the unique key associated with the feedUrl2. feedUrl is the URL to RSS feed3. inputKey is the value entered by userWhen userInputKey matches feedKey, the feed at feedUrl is returned as pipe output. Enter "ZZZZ" as the inputKey if…
Outputs a single item with the content depending on the condition.
If the condition is "false" or "no" or "off" or "0" or an empty string, it is evaluated as false, otherwise as true. Character case is ignored.
Outputs one of two feeds depending on the condition.
If the condition is "false" or "no" or "off" or "0" or an empty string, then it is evaluated as false, otherwise as true. Character case is ignored.