Using a Data Entry Flow to get a list from the user

I am trying to retrieve a list of of strings (some that are made of two words so spaces are likely contained within) so that I can use the list to filter out results returned from an API. Is there a clean/nice way to do this with a Data Entry Flow? What I would prefer not to do is to instruct the user to insert comma separated values and transform that string into a list myself.

1 Like