Why is my "Get Variable" using lots of operations while my "Set Variable" is not?

Hi Everyone,

I have an issue im facing which is probably quite obvious but I’m not seeing

Here is the top part of my scenario:

Simply put:

I have a hubspot module that watches for new objects. Before it carries on through the scenario it goes up the top router and this just checks if the hubspot ID that was grabbed already exists on a spreadsheet I have made. The spreadsheet is then grabbed of all its hubspot ID’s , aggregated and then made as a variable using the “set Variable”. So it just has a list of ID numbers that are combined

I then use the “Get Variable” on the 2nd route to grab this list of ID’s which is then used in the filter.

My Issue:

The “Get Variable” Module returns multiple operations despite the set variable only being one operation.

I need the get variable to be 1 value and 1 operation or ill be wasting quite a lot of operations.

Any help or ideas would be much appreciated! thanks