Hello, sorry if this is a silly question!
I am trying to do the following:
- Find a Company over $X total revenue
- List associated deals with that company
- Get deal information for each of those deals (Create date, Close Date, Deal Name, Amount)
- Aggregate all of this into one text string
- 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”