I'm trying to add a column to a modelled data source that contains multiple rows. The values of these rows don't have set order but I'm only looking for the 'jira_escalated' tag to combine it with the id. When I try to add the tag column the tags aren't lining up with the id but each tag gets its own row in the column.
To take the screenshot as an example: id 9654 gets the tag 'goud' and the next id gets the tag 'jira_escalated' but they both belong to 9654.
How do I get the right tag(s) to line up with the right ids?