
I have created a flow to check time entries submitted in Dynamics PSA. The flow is based on this Flow.
I filter users from the entity Bookable Resources and check if their time entries in PSA are less than or equal to 35 hours.
But the problem I have is that name and time is duplicated in my csv. It is duplicated 259 time in the csv which is the number of users in Bookable Resources.
Below is the flow hopefully someone can spot where I have gone wrong.
Here is the output
Its not entirely clear from the screenshots, but you have two loops. What is the relationship of the loops? Is the second loop inside the first? I suspect it isn't which is why you are getting one result repeated for each time the second loop runs, because it is reusing the variable values calculated by the first loop for every loop run in the second.