Hi there,
I am using a flow to fill out a Word template with multiple images and descriptions for these. I am doing this by using one flow to store these images in a folder with the corresponding descriptions input in different columns. I then have another flow to take these images and then fill in the Word document. This goes through the folder using "List Folder" and then stores the photos and descriptions into separate arrays. I then fill out the Word content control values with the corresponding array items.
However, the order of the items depends on the order of the items when retrieved be "List Folder." I have found that these aren't alphabetical or sorted by when the item was created, so the order of the items in the Word document seem random to me. Is there any way to sort out how "List Folder" returns the items?
Thanks!