Created an azure Logic app to take multiple excel files from sharepoint to ingest in azure datalake storage. One goes in but the other does not, the only difference being is the input details of the foreach activity.
the file that could be ingested presents with the below input details
"@odata.type": [REDACTED]
"Claims": [REDACTED]
"DisplayName": [REDACTED]
"Email": null,
"Picture": null,
"Department": null,
"JobTitle": null
while the file that could not only presents with a blank
"foreachitems":[]
I’ve tried ingesting both at the same time but still only one file gets ingested. I’ve also tried changing the file name and compared their properties.
martin allan perez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.