How to access a DataTable using an enum

Hi

I’m trying to pull an animation from a data table I have made and I was trying to use a enum saved as a variable so that the correct row could be set easily. However I do not seem to be able to get this to work.

I does however work if I select the row name manually.

So for example this works:

However this does not work:

Any advice gratefully received.

Thanks

Ed