Solved

No dropdown options in expected output


Userlevel 2
Badge +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!

icon

Best answer by Daniel Söderlund 27 July 2022, 08:05

View original

2 replies

Userlevel 7
Badge +13

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. 

 

Userlevel 7
Badge +16

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