Make a list global from a file

Is it possible to make a list global from a content of a file?

For example,

If I have a file name called list.txt and it’s contents are like this:

red
blue
green

and then import the file in global and make a auto list.

This list global will contain contents from the list.txt file:

red
blue
green
1 Like

This is not yet possible, i need to add support for list globals in flows, will add this in 3.76 as its not too complex

1 Like