Hello Folks,
I am building microsoft flow template. I have entity InventLocation
Odata Filter query for string column is working fine.
InventLocationId eq 'WH01' is working fine.
But i need to filter on column InventLocationType of type ENUM.
How can i do this.?