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.