You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joined data should be returned from SQL Server in similar data structure FOR JSON AUTO produces in which joined rows are in arrays within the object they're linked to.
Current Query + Dataset - JToken conversion creates flattened result set.
Perhaps adding an option which queries with 'FOR JSON AUTO' to return json string data that is deserialized to JToken by task itself would enable this?