Forum Discussion
Anonymous
5 years agoNot applicable
Automatically inserting json for push datasets instead of manually typing in the json format.
Hello everyone, I have a list of objects with many objects in a json file. There are round about 400 objects in that list. It would be impossible to type everything by hand as I always had to do,...
lbendlin
5 years agoSuper User
Streaming datasets only accept individual "rows". But in your process (Power Automate or Power Query) you can iterate through your JSON array and push the records one by one.