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
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
279 | |
236 | |
82 | |
38 | |
36 |
User | Count |
---|---|
353 | |
241 | |
128 | |
73 | |
54 |