Hello - is there a way to automatically Set Regarding to the To?
Typically, we send a high volume of emails. After the fact, we use the categorize function to track the email to Dynamics. Through this function we can send multiple emails quickly to CRM.
They show up in the CRM under each appropriate profile. However, when we run a report of all of the emails sent from the previous week, the regarding is empty but it does link it to the proper profile. Is there a way to set the To to the Regarding without having to do each individual email? Below is a screenshot of the email record. As you can see, the To has linked it to the correct person but the regarding is empty
Hi Partner,
Has the problem been solved? Any updates?
Please click Yes under "Did this answer your question?" to close this thread.
Thanks.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Hi JhoustonBGCDA,
There is a space between eq and outputs, just as following screenshot shown:
But I notice that your screenshot don’t have space.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Thanks - that worked and I am now able to run the flow but am encountering a final issue. They are failing at the list record stage. See screenshots below
Hi JhoustonBGCDA,
I notice that the name of your step 4 is ‘get to field’, but you write ‘get_to_field_value’ in step 5.
In my example:
So you can add ‘value’ in step 4, or remove ‘_value’ in step 5, you need make them same.
Or you need select dynamic content to it, which can make sure they are same.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Thanks. Screenshots are below. I can't figure out the issue!
Here is step 4:
Step 5:
Step 5 (cont'd)
Step 6
Step 7
Step 7 (cont'd)
Hi JhoustonBGCDA,
It’s possible that you don’t refer ‘get to field value’ correctly, did you add expression step by step according screenshot in step5?
Don’t copy expression that I provide and paste directly, it may cause error.
You need first insert replace(,';','') under expression tab, then add outputs of ‘get to field value’ under ‘dynamic content’ tab.
Or you can provide screenshot about step4 and step5.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Thanks for this - super helpful. I was able to do everything but get an error when I put in the following command: replace(outputs('get_to_field_value'),';','')
Flow checker comes back with "Correct to include a valid reference to 'get_to_field_value' for the input parameter(s) of action 'remove_semicolon'."
Hi JhoustonBGCDA,
Though same value(name) about ‘To’ and ‘Regarding’ fields are shown in the page, they store different values in the database, ‘To’ field store email address and ‘regarding’ field store guid.
And ‘to’ field have five record types can select, can you tell me which record type is the person who linked from ‘to’ field.
You can try to use flow to fill regarding field with ‘to’ field.(for example, ‘To’ field link to contacts)
1.Go Power Automate(https://us.flow.microsoft.com/en-us/ ) to create an instant flow.
2.set ‘When a record is selected’ as trigger.
3.’Get record’ action.
4.’compose’ action to get ‘to’ field value (email address).
5.’compose’ action to remove semicolon from the ‘to’ field value.
replace(outputs('get_to_field_value'),';','')
6.’List Records’ to get the guid of the contact with the ‘to’ field value (email address).
7.’Update a record’ action to update email ‘regarding’ field.
8.Test.
After saving the flow, go to the email view page, select email you want to update and expand flow to run the flow you created.
Wait several minutes and refresh page.
Regards,
Leah Ju
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156