Hello everyone
Recently I have built a Copilot Studio Agent that is able to use the action 'Send an email (V2)' with dynamic contents (variables and system.user.xxxx / system.conversation.id, etc.) to be in the e-mail body itself by using 'fx' with codes similar to below:
Concatenate("A ticket has been raised through the Digital Solutions Navigator:<br>Conversation ID: ",System.Conversation.Id,"<br>Requestor: ",System.User.DisplayName,"<br>Issue summarized by Copilot: <br>",varDetect_UserInput.text)
It was working like a charm (see screenshot), and our team is almost deploying it to all users in the organization after several rounds of testing until 12th June. But today (13th June) when I come back to fine-tuning on the wordings, I noticed the 'Send an email (V2)' action card looks different and realize the entire code disappeared from the 'body' part. (The code for composing Subject Line and 'To' e-mail address is still showing properly).
I tried to put in the code again in 'Enter formula' for the e-mail body, but the entire code is being treated as a string and displayed literally (i.e. those dynamic contents are not being called) - see screenshot attached.
Does anyone know what happened on the recent update to this action, and what is the alternate method to send the e-mail? The system is almost being deployed, and this has impacted the rollout...
Thank you.
Cheers
Frost