I'm trying to build a flow that adds all time off from anyone to one shared Office365 calendar. The closest I can get to making this work is using memberId as the Subject line of the Office365 calendar event. Is there a way to convert memberId to members.displayName?
Solved! Go to Solution.
Hi @aaron_m,
Could you please share a screenshot of your flow's configuration?
Are these members (that you mentioned) Office 365 users or the StaffHub members?
Further, do you want to get the Displayname of a StaffHub member within your flow?
I suppose that these members are the StaffHub members, is it true? If you want to get the Displayname of a StaffHub member based on the MemberId (e.g. 'MBER_fc841a77-7354-4991-af6d-2dc0bf502399'), please take a try with the following workaround:
first(body('Filter_array'))?['displayName']
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi @aaron_m,
Could you please share a screenshot of your flow's configuration?
Are these members (that you mentioned) Office 365 users or the StaffHub members?
Further, do you want to get the Displayname of a StaffHub member within your flow?
I suppose that these members are the StaffHub members, is it true? If you want to get the Displayname of a StaffHub member based on the MemberId (e.g. 'MBER_fc841a77-7354-4991-af6d-2dc0bf502399'), please take a try with the following workaround:
first(body('Filter_array'))?['displayName']
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi! I am looking to do this same thing but I don't know what connectors to use, and the images with the original problem don't include the office 365 calendar connectors! Unless I have read all of this wrong which is entirely possible...
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
43 | |
38 | |
34 |
User | Count |
---|---|
91 | |
74 | |
73 | |
61 | |
41 |