I've got a javascript transformer called "dataVars" that returns a query. I'm trying to use this data within a text component.
I'd like to show the total number of maintenance_status items if NOT "Complete".
So, basically I want the text to say "This ticket has 2 remaining tasks."
I tried sum but that just shows the names of each maintenance_status. I know i also need a conditional to != Complete, just not sure how, or if I'm going about this the right way for what I want.