Hi
I'm hoping someone will be able to help me with the below flow. I need to flow to look in a folder in a sharepoint and be trigged if a new folder is created within that folder. If a new folder has been created I need to flow to extract the file name, and the contents of the file (the file will only contain images, so I need the flow to extract the links to the images). This is my flow, with the help of AI, whenever I run the flow I seem to be getting a false result for the condition. Would someone be able to explain why that is, and if there looks to be anything else wrong with the flow. Thank you!
Step 1)
Step 2)
Step 3)
to get the schema, AI told me to use this in generate from sample: {
"d": {
"results": [
{
"Name": "example.jpg",
"ServerRelativeUrl": "/sites/YourSite/Shared Documents/example.jpg",
"TimeCreated": "2024-11-04T12:34:56Z",
"TimeLastModified": "2024-11-04T12:34:56Z"
},
{
"Name": "example2.jpg",
"ServerRelativeUrl": "/sites/YourSite/Shared Documents/example2.jpg",
"TimeCreated": "2024-11-04T12:34:56Z",
"TimeLastModified": "2024-11-04T12:34:56Z"
}
]
}
}
Step 4)