Dear All,
I have a CDS Entity with two columns: EmployeeEmail and Comment.
My Gallery displays information on each employee using Office365Users() functions. One of the information field includes Out-Of-Office message using:
Office365.GetMailTips(EmployeeEmail).AutomaticReplies.Message
I want to filter and show only the records that show Automatic Reply. I used a control checkbox that has value=true if above message is not blank and wanted to filter the records over the value of the checkbox. However Filter function informs me that it does not work while recurring to the record item.
What is the way to do that?
Thanks and regards
Peter
I just made a quick test which showed only those with automatic reply message not blank
Filter(
Table(
Office365.GetMailTips("email1"),
Office365.GetMailTips("email2"),
Office365.GetMailTips("email3")),
!IsBlank(AutomaticReplies.Message))
Maybe that will help
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
53 | |
41 | |
36 | |
30 |
User | Count |
---|---|
240 | |
74 | |
71 | |
69 | |
65 |