I want to check that how many Case ID is missing compare to User ID?
Column A = User ID
Column X = Case ID
I need to first count how many User exist in the excel means in Column A.
Then I want to check that how many Case ID exist in Column X.
But I want to use the ColumnName(“User ID”) to find the result.
So that I can figur out, if i need to run my flow again to register the case in system to get case id.
the logic is correct but its running each row each time and give wrong answer.
1st time it says right answer but second time it says 2 user have no case id. which is wrong.
The answer I expected and it has to say 1 case is not presented in user id. just that…
right now your solution is showing this answer…
And I expected only answer on 1st line…
Remember it should check that now may user Id is filled like last row is not filled with USer id so i should not count that row…
So excel is the answer should be 1 case id has no presented on user id.