Converting a map of objects to an array of CDTs

Hi

I've recently been experimenting with with Grid components. I'm currently using the read-only grid and it's `fv!selectedRows` variable to pull out the full object of data from each object selected.

`fv!selectedRows` returns a map of objects, but I would like to have an array of CDTs so that I can then pass it onto my process model.

I wondered what would be the most efficient way to cast the map to an array of CDTs?

Thanks in advance!

Note: I am using 19.03

  Discussion posts and replies are publicly visible