Solved

and/or options for automator

  • 31 August 2022
  • 2 replies
  • 78 views

Userlevel 2
Badge +1

I am trying to figure out how to do an and/or statement for workflow Automator in order to consolidate about 60 workflows.  I have only been working with Freshservice for about 3/4 months and have little to no experience in writing expressions.

Has anyone done this and how did you do it?

Apologies if I posted this in the wrong sub forum.

 

icon

Best answer by zachary.king 31 August 2022, 15:06

View original

2 replies

Userlevel 7
Badge +16

Hello @jafozzie, when using the expression builder node you can use the if() function to write boolean (True of False) expressions. You can also nest those functions in a way that could almost replicate an And/Or but ultimately it is still a “True” or “False” statement.

For situations where you need a conditional that checks this “AND” that you will still need to use the standard conditional block and set it to match “All” conditions.

Consolidating 60 workflows into one will be a daunting task but might be doable for you usecase. Please do share your successes here as I am sure it will benefit the entire community.

Hope that helps,

Take care.

Userlevel 2
Badge +1

Thanks for the guidance.  This project will be an as time permits and I will let you know how it goes. 

Reply