Hi @Orlando Fuller ,
Thanks for using Microsoft Q&A platform and thanks for posting your query here.
As I understand your question, you are trying to flatten the json where the first object is having empty array. I assume that you are trying to use flatten transformation in Mapping dataflow to do this job. Please let me know if that is not the case.
ADF will always consider the first object of the array as the schema . So, kindly make sure that the while flattening the json , first object is having the schema that you desire to flatten.
You need to modify the Json and remove the first object having empty array or keep it below after a valid object. Doing so will convert the empty array as NULL.
Hope it helps. Kindly accept the answer if it helped. Thanks