During creating my app I've noticed the Office365 connector functions set is different than it was in my another app.
Same environment, same account.
Does anyone experienced something like that?
I need to use Office365.CalendarGetTable function which is missing now...
Solved! Go to Solution.
It was related to different versions of PA release. If you create a new PowerApp using Contacts tempalte it will have one of the previous releases that has different methods set.
AH! I KNOW! Contacts App from PowerApps examples has different function set somehow...
How can I have the same function set in my another app?
Hi @Mike_Guzowski ,
Functions for connectors won't change with different apps. Office365.CalendarGetTable function should be avaiable for all Office365 Outlook connectors. To show a list of available Calendars, set below formula in the Items property of a dropdown control or a gallery control:
Office365.CalendarGetTables().value
Regards,
Mona
It was related to different versions of PA release. If you create a new PowerApp using Contacts tempalte it will have one of the previous releases that has different methods set.
User | Count |
---|---|
183 | |
106 | |
89 | |
44 | |
43 |
User | Count |
---|---|
226 | |
108 | |
106 | |
68 | |
67 |