Hello Powerapps community.
I have an issue where I am trying to send an e-mail from the Timeline control. The control is placed on the main form of a custom table. Let's call it RI_custom.
Instead of displaying the system users only in the recipient-related fields, it shows the most recently used records from the RI custom table.
To troubleshoot:
- I made a copy of the managed form of the e-mail table.
- Added the unmanaged form to the app.
- Set the field property of the 'to' field to have most recently used items disabled, so the user would have to search for users.
See screenshot below:
Additionally, when switcing the view to all records, it shows results from two tables. 1) Users and 2) RI_custom. How can I disable these fields from showing results from the RI_Custom table?
Thanks.