Hi,
I'm trying to create a flow that checks the data on file A (mainDoc), and create, update or delete the different data in another file (DestinationDoc) with less columns.
This is what I have done.
"
"
"
" intersection(variables('DestinationDocs Keys'),variables('MainDocs Keys')) "
When I test the flow, this is the error that the tool returns:
could you please help me with this?
thank you,
Rui
I am thinking ParseJSON Content field has wrong value. Did you type the word MainDoc?
Replace "MainDoc" with Current Item you find under Apply to each MainDoc".
Here is my example one:
Please give a try and provide your feedback.
Regards
Krishna Rachakonda
If my reply helped you solving the issue, please mark the reply as Accepted Solution.
Hi @rsaikrishna,
You're right. 😊 How couldn't I see that? 🙄
However, I get a new problem.
So, as I mentioned in my first topic, I want to delete the items in the second file that don't appear in the first, so I created a condition.
this is the code inside the condition on top
the problems is that at the moment the first and the second file have the same data, that means that the flow doesn't have to delete anything, but he came and try to delete and give me this error.
could you please help?
thank you for or kindly support
Rui
any help please.
Not sure what's the problem at this moment, for condition, I would suggest to check run history, and compare the exact data in that run instance.
For the sharepoint error, it's clear that the specific item was not found.