Stored Procs with Multiple Resultsets

Can Ignition access multiple resultsets returned from a stored procedure?

I believe you spoke with Anna in support today, but for anyone else that comes across this:

In a stored procedure you can access multiple output parameters (of a specific type, the list is here) or a single returned value, but not both.