Skip to main content

Hi team,

In the workflow Automator, there are no other options visible (unable to select) in ‘Expected Output’ of condition tab.

It only shows Boolean as option. See below screenshot.

Why other options are not visible like Datetime.

 

Thanks!

Hello, 

The condition node ha only boolean, True or false as and option. 
You need to us the expression node to use the other options. 

 


This was confusing to me at first. But if you think about the nature of conditionals in most programming languages, they are statements that represent a Yes/No or True/False expression and result. After I remembered that, it made sense to only have it return a Boolean Value. 😊


Reply