Comments
The 'create an email' activity mentioned here is the native email activity type record (schema is email). In the customer journey, when you go to Add an Action form, we would like to see a new option under 'Activities' next to the Phone call and Task activities as they are creating native Dataverse activity records. When the user chooses to create the native email activity record (i.e. this new idea), allow users to create the email activity as closed.
A good idea would be to have the possibility to edit the post or paste the FetchXML.However, the control uses a fetch query like: filter type="or" filter type="and" condition attribute="fullname" operator="like" value="maja%" / /filter filter type="and" condition attribute="emailaddress1" operator="like" value="maja%" / /filterThe really fast Lookup field uses:filter type="or" isquickfindfields="1" condition attribute="fullname" operator="like" value="maja%" / condition attribute="firstname" operator="like" value="maja%" /The control should use the lookup query to improve speed and usability for users. Right now, it is not actually usable.
