Skip to main content

Hello,

 

I’m trying to build an asset flow that runs on schedule. I want it to run for hardware, but only specific types (laptop, desktop, etc.) 

The flow works fine when only one asset type is added to the condition, but does not work when I add more. How can I get this to work? 

 

Thanks

 

 

i think the first Condition in a scheduled Workflow checks that all conditions are fulfilled, and in that first one it’s not possible to change is to any like other Conditions. so you may need to do a Condition tree that runs through each asset type one by one


Make sure you have Any selected and not All in the condition. Additionally, check in the Action whether you are using any placeholders that are only available for Laptop. If both conditions are met, you can add any expression that triggers the action and check the workflow logs to see if the action actually passes through the conditions you set and triggers the expression - this will tell you whether the problem is on the condition side or the action side.


 

 


Thank for the suggestion, Hubert. The problem is that scheduled condition does not have a condition filter as per screenshot below: 

I will probably end up duplicating the flow for each asset type as I can’t see a way around this. 


As far as I remember, only the first condition cannot have Any, so you can work around it this way ;)
 

 


 

 


Ah yes this could work. Have the scheduled condition check for something meaningless, then use if any in the next step. I’ll try that. Thanks.