Hi,
We have created a flow which pulls in sharepoint users and then imports them into Plumsail Helpdesk's Contacts list so that we can assign tickts to the corret contact when it is raised. For the life of meI cant work out what is wrong with it, I am new to using flows so who knows, it may be completely wrong!
I have the flow working like this:
Recurrence every 12 hours
Get Items > Site address, domain.sharepoint.com/ithelpdesk > List Name, Contacts > Filter Query, Role eq 'Agent' or Role eq 'Member' or Role eq 'End-User'
Apply to each > SharePoint Value > Condition, @not(equals(items('Apply_to_each')?['SPUser']?['Email'], null))
If Yes > Get user profile (v2) > SharePoint user email
Update Item > Site address, domain.sharepoint.com/ithelpdesk > List Name, Contacts > ID, SharePoint ID > Email, Mail > Role Value, End-User
Regards,
Craig