Hi there,
I've built a flow using the 'Send an email when a Planner task is completed' template.
I've used the 'value id' dynamic content in the subject field of the automated email.
When the email is sent additional information from the task id appears.
Does anyone know a way to remove this information?
Cheers!
Solved! Go to Solution.
Hi @Anonymous ,
If you don't need some Dynamic content already configured in the template, you just need to click the delete on the Dynamic content to remove this Dynamic content.
Image reference:
Best Regards,
Hey @Anonymous
You could use the following expression: trim(split(<validIdVariable>,'-')[1])
Where the <validIdVariable> placeholder is replaced with your the Planner 'value ID' property
Example:
HTH
Jay
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Hi @Anonymous ,
If you don't need some Dynamic content already configured in the template, you just need to click the delete on the Dynamic content to remove this Dynamic content.
Image reference:
Best Regards,