Hi Guys,
I start with a "Office users 365" evaluation and would like to transfer the output to a Sharepoint list, but only if the entry (Username or Mail) does not already exist
I am stuck at the transition to the Shapreoint.
Solved! Go to Solution.
I see. Apologies, you did say you were stuck on the transition to Sharepoint. There is a Sharepoint card > Create Item is the card that you will want, in that case.
I do a similar check for an onboarding process to see if what their eventual email will be is already taken:
The check expression is: length(outputs('Search_for_A303_account')?['body/value'])
Basically, if the output is blank (the user doesn't exist) it eventually goes on to create the account. It looks like you need to create a condition in your flow.
Thanks for the feedback, maybe I expressed myself wrong.
The goal is, to feed my sharepoint list with the output of "Apply to each" (Office 365 users and assigned Manager)
I see. Apologies, you did say you were stuck on the transition to Sharepoint. There is a Sharepoint card > Create Item is the card that you will want, in that case.
Thank you FreddieV,
one more question. How to take care for duplicates or existing entries and exclude them from the creation?
User | Count |
---|---|
87 | |
37 | |
25 | |
13 | |
12 |
User | Count |
---|---|
116 | |
55 | |
36 | |
23 | |
21 |