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.