Newbie question

Here should be a simple one that I just can’t seem to figure out.

How do I pull the Strings out of a Record?

I’m using the pub.db:execSQL service to grab some values, but they’re in a results record. If I run the service that I invoked it from, I can see the data, but if I add a map after invoking the execSQL service, the map shows none of the strings that are supposed to be inside the record.

I’ve got to be missing something simple here.

Help much appreciated. Thanks!

Answered my own question I guess.

I ended up creating a record reference to a record I created which had the exact string names as what was getting passed from the execSQL service. Then I was able to map fine.

If there’s a better way to do this let me know.