Does anyone have an easy way to convert nested JSON to a flat SQL table? Just want to repeat the higher level data on each of the lower level detail. It looks like it can be done in mapping, I have tried as per the MS documentation but got a table full of NULL. Here is what I have tried and the result. json
Option 1 Result: Only returns the first record of the ‘assignedLicences’ Option1
Option 2: Returns multiple ‘assignedLicenses’ for each user, but only returns the first user id in each page. Option2
Option3: as per the MS documentation Result: returns all NULL values Option3
