Related Posts by First Category

I have a case study page where I’m trying to feed in 3 related posts to a feed at the bottom of the page.

Here is how it currently looks:

The problem is that it’s showing case studies that match ANY category in the current post. What I need it to do is match the category in the title above the related posts. In this case, “Automotive”.

Here is my current setup:

Column - Looper Provider - Current Post Terms (Case Study Categories)
Row - Query String - post_type=case-studies&category_name={{dc:term:slug}}&posts_per_page=3&offset=0&ignore_sticky_posts=1&post__not_in%5B0%5D={{dc:post:id}}
Column - Looper Consumer All

If you are curious the title for See More Automotive Posts is pulled in this way “See More {{dc:term:name}} Posts”.