Not sure how to get Iterator to just output ID

Hello, sorry if this is a silly question!

I am trying to do the following:

  1. Find a Company over $X total revenue
  2. List associated deals with that company
  3. Get deal information for each of those deals (Create date, Close Date, Deal Name, Amount)
  4. Aggregate all of this into one text string
  5. Chat GPT chat completion that includes the text string

The iterator is outputting both id: and type: and I think that’s what’s throwing it out - as I am not sure how to isolate just the IDs being passed to the “Get a deal module”