Hello community,
I have a problem that I'm quite confused with. At the moment, I have 2 cloud flow. The first one take excel files that were added in one drive and insert them into dataverse called CustomerList. The second flow will trigger when a row in CustomerList is added. This flow take added row in CustomerList dataverse one by one to run a desktop flow.
When I test the first flow (one drive to dataverse) separately while turning off the second flow, all the data in each imported rows are all correct nothing is missing.
But when I try to run both flow together, after I add a file in to one drive I look through my dataverse table again and found out that all of the data were missing except the unique keys of each row that got created.
1st flow
2nd flow