Skip to main content


Can anyone tell why this condition took the "else" path (#2)?



View files in slack


is “First” the output_message or the result_value?



manual reference link


https://www.manula.com/manuals/siemplify/developers-hub/version.one/en/topic/end?q=result_value



Yep, was just about to say I figured it out. That was it - "First Alert" actually returns the alert name (and an empty json?). Thanks!



glad you figured it out! cheers



And an empty json.. gotta love when that happens haha



Entity.Alert_Id, not Alert.Name. In case anyone else gets confused



View files in slack


Reply