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!