Hello I am getting an error and I would really appreciate some help on this.
I'm trying to create a flow that compares a column in a SPlist with a 365 group and gives me the names that are missing from that list.
This is what I get:
The inputs of template action 'Condition' at line '1 and column '3552' is invalid. Action 'Apply_to_each_2' must be a parent 'foreach' scope of action 'Condition' to be referenced by 'repeatItems' or 'items' functions.'.'.
This is what I have
Solved! Go to Solution.
Thank you @ManishJain that did help the think is when I run it though,
It gives me names that are in my SPlist, It should only give me the names that are missing from the SPlist ,
Any thoughts ?
What is coming in the output for MissingNames variable ?
Hello @ManishJain thanks for your help I was able to figure one part of it. I had to change this
The last part is, before changing the Pagination to 5000
I was getting this
Now I am getting this
Now its reading correctly my SPlist column which so far is 335 , but it doesn't read the group right
There are around 470 people in that group but only reads 100
Any suggestions ?
Sorry about that, it was user error, I only did the Pagination for the get items, I didn't do it for List group Members.
All good now thank you