Postman Flow Import List into List block

Is there a way to import a list from my desktop into the list block in flow?

Currently i have a manually typed out List block that feeds into a For block and subsequently into my Call block.

As much as it is fun typing each element, I’m wondering if i can do this with less typing.

Hi @siberianhamster

Welcome to the forums!

There isn’t a way to convert into a list block directly, but you can paste text into a template or evaluate block which can be run in the flow. If your typed list is in a comma separated format or something similar, you could parse the list into JSON objects using FQL or TypeScript from it’s raw format. If it’s already in JSON format then you don’t need to do any parsing.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.