Hi,
I was able to build this Flow fixing initial errors. Here it is:
The first Get Item is initializing the SharePoint list & then selecting Column 'Title' just to capture the Message numbers, that are already saved in the SharePoint list.
After that, I am calling Graph API, to collect all messages parsing JSON value & again selecting (Select 2) only the 'id' values from it.
I checked, both are holding data like this:
Everything is ok till here.
Then I apply the first condition, for each output from Select 2, where I compare both outputs(Select 2 with Select 1) & if unique, not duplicate, then save it to the Array variable. Here is how it looks like:
And this works, which will show data after I run it:
Next, I am setting up the final condition, that if the API collected value contains the unique value collected in Stored data array variable, meaning, if both ID matches, then create a SharePoint item in the list provided, as shown:
All is good.. The Flow completes successfully. But the Actual SharePoint list does not receive any new data. The list has data till 20th Feb. So I know there are new Unique items there, but its not creating items.
Any thoughts, where I am going wrong?
Thanks
Arindam
WarrenBelz
146,535
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional