I found an article that shows how to change the color of a SharePoint folder in a flow.
However, I want to query the color of a folder.
I created a library and created folders in it and assigned each a color.
I created a flow with the action "Get files (properties only)" to get all of the files and folders in that library.
One of the outputs of "Get files (properties only)" is "Color Tag", but it's always null.
I tried adding "Get folder metadata" action, but Color is not one of the outputs.
Any idea on how to get the color assigned to each folder?