Identify Function Yes / No
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
| Name | ID | Description |
|---|---|---|
| Input | input | The input value, which should be "Yes" or "No". |
Outputs
| Name | ID | Description |
|---|---|---|
| Result | result | The 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.
Updated 7 months ago