Skip to main content
Solved

Service Item Checkbox

  • November 7, 2022
  • 1 reply
  • 531 views

PatrickMurphy
Skilled Expert
Forum|alt.badge.img+9

Does anyone have an example of using a checkbox on a Service Item and evaluating if it is selected?

I’m trying to figure out how to evaluate in a condition on the workflow if the checkbox is selected or not.

After searching for over an hour through expression builder information I can’t find any examples of testing if a checkbox is selected and then taking some action based on that.

Best answer by zachary.king

Hi @PatrickMurphy, You should be able to use the ticket fields.requested_item and find your service item, then you can use a sub-condition to look at if the checkbox is “selected” or “Not selected” as a condition. Hope that helps my friend :)

 

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

1 reply

zachary.king
Skilled Expert
Forum|alt.badge.img+16
  • Skilled Expert
  • 951 replies
  • Answer
  • November 7, 2022

Hi @PatrickMurphy, You should be able to use the ticket fields.requested_item and find your service item, then you can use a sub-condition to look at if the checkbox is “selected” or “Not selected” as a condition. Hope that helps my friend :)