Power Automate“发送电子邮件 (V2) 似乎不支持 UTF-8 字符,有啥办法吗?

Posted

技术标签:

【中文标题】Power Automate“发送电子邮件 (V2) 似乎不支持 UTF-8 字符,有啥办法吗?【英文标题】:Power Automate "Send an Email (V2) doesn't seem to be supporting UTF-8 characters, anything to do?Power Automate“发送电子邮件 (V2) 似乎不支持 UTF-8 字符,有什么办法吗? 【发布时间】:2021-12-27 17:23:51 【问题描述】:

我创建了 Power Automate 流程,其中包括“发送电子邮件 (V2) 操作步骤,用于发送包含自适应卡的电子邮件。问题是每个扫描字符(如“ä、ö、å”)都显示为“?”电子邮件。

这是“发送电子邮件 (V2)”步骤中的代码:

<p>message below</p>

<script type="application/adaptivecard+json" charset="UTF-8">
  @outputs('Compose_2')
</script>

Compose_2 里面有 json 卡,特殊字符没有任何问题。

有什么我可以做的吗?或者这是 MS 必须解决的问题?

谢谢!

【问题讨论】:

【参考方案1】:

所以...我想我完全是偶然地解决了这个问题。

我在"&lt;script type="application/adaptivecard+json" charset="UTF-8"&gt;之前的html中添加了带有“ä”字符的单词

像这样:

<p>Viestiä on alapuolella</p>

<script type="application/adaptivecard+json" charset="UTF-8">
  @outputs('Compose')
</script>

现在它可以完美运行了。这可能是某种错误,如果脚本之前没有使用特殊字符,它将不会使用 UTF-8?

【讨论】:

以上是关于Power Automate“发送电子邮件 (V2) 似乎不支持 UTF-8 字符,有啥办法吗?的主要内容,如果未能解决你的问题,请参考以下文章

power automate 怎么暂停

Power automate怎么看批到哪里了?

Power Apps 中调用 Automate 工作流

Power Automate 将成员添加到组

Power Automate:将空日期字段写入 SharePoint

Power Apps 中调用 Automate 工作流