Hi
I've made a Flow for my PowerApp that creates an event in a outlook calendar when the leave is approved. It works when I use it, but obviously when another user tries to use this flow, they are trying to create an event using my Outlook account and therefore it fails.
I think I've worked out a way to make this works but I need the user of the app's calendar Id to be called, however, I can't seem to do this in Power Apps.
I have tried the following in the Items control of a dropdown box:
LookUp(Office365Outlook.CalendarGetTablesV2().value, name = "Calendar").id
However, this does not provide me with the Calendar Id, it fails.
Am I trying to achieve the impossible or is my syntax just bad?
Many thanks, and apologies if I've not been clear at any point in this post.
Many thanks