Skip to main content
Solved

No dropdown options in expected output


Forum|alt.badge.img+1

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!

Best answer by Daniel Söderlund

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. 

 

View original
Did this topic help you find an answer to your question?

2 replies

Daniel Söderlund
Skilled Expert
Forum|alt.badge.img+14

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. 

 


zachary.king
Skilled Expert
Forum|alt.badge.img+16
  • Skilled Expert
  • 951 replies
  • July 27, 2022

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