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.