I have an Azure Function that returns an array of strings in the following format:
["http://myurl.com/files/segment1.asf","http://myurl.com/files/segment2.asf","http://myurl.com/files/segment3.asf","http://myurl.com/files/segment4.asf","http://myurl.com/files/segment5.asf","http://myurl.com/files/segment6.asf","http://myurl.com/files/segmentclose.asf"]
I then try to pass it to One Drive --> Create File via Apply to Each. However, when I examine failed runs, even though the UI correctly shows that it had detected 7 items in the list, each run shows that the body is the full array:
Body