Identify Function Yes / No

This action will just output the provided constant input of Yes or No. Type hints have been set to constant on the input so Yes or No can be returned accordingly.

Overview

The Identify Function Yes or No returns "Yes" or "No" based on the input provided. If the input is neither "Yes" nor "No", it returns an error message.


Inputs

NameIDDescription
InputinputThe input value, which should be "Yes" or "No".

Outputs

NameIDDescription
ResultresultThe output value, which will be "Yes", "No", or an error message.

Notes

  • The function checks the input value and returns "Yes" if the input is "Yes", "No" if the input is "No", or an error message for any other input.
  • Action ID for this operation: 858bcb80-055c-4f21-a62f-a590d98aa771.