Removing Quotes from a String

Hey @ccowin

You could add something quick like this to the pre-request script of the request that you need to use those values:

pm.globals.set('ids', JSON.parse(pm.globals.get('idList')))

Then use the {{ids}} syntax on the URL.

I’m in a rush so if this doesn’t work I can check back in later to give a better solution. :slight_smile: