
Announcements
Hello everyone, my goal is to create an Outlook calendar experience in PowerApps using the connector.
I am able to create new events, project, and filter these Outlook events by date in a gallery.
However, I struggle to find a way to edit a selected event from the gallery. My main difficulty lies in how to display the already saved values from the selected event in my inputs so I can edit them.
Thanks,
John
Hi @ialexandridis ,
You need to use independent controls such as Labels, Text Input boxes and Combo boxes to display and use for editing existing values. The Text/Default/DefaultSelectedItems properties of this controls can be consistent to a selected event, or dynamic to Gallery.Selected.ColumnName. In the end, you can use UpdateEvent action of the connector to update current event, similar to the create event action.
Office 365 Outlook - Connectors | Microsoft Learn
Best regards,