Office Forms + Power Automate + Teams + Planner 任务

Office Forms + Power Automate + Teams + Planner Task

我有一个通过 Power Automate 的 Forms 表单,我将任务添加到 Teams 中的 Planner 计划。

表单上有一个 [截止日期] 字段,我将 Planner 任务的截止日期设置为等于该 [截止日期] 的值。

一切正常,除了在 [截止日期] 字段的表格上我 select 2/28/22。但是,当创建 Planner 任务时,它显示 2/27/22 作为截止日期。

我测试了我的 PowerAutomate 流程,我看到“2022-02-28T00:00:00Z”作为添加到我的 Planner 任务的日期。为什么在 Planner 中显示截止日期为 2/27/22?我该如何克服这个问题?我知道我可以将 [截止日期] 增加 +1 天,但我不想那么笨拙。

这篇文章向我展示了原因并提供了一些解决方案。 https://powerusers.microsoft.com/t5/Building-Flows/Wrong-date-for-Planner-Task/td-p/999746

这是我在 Power Automate 中的 Planner 任务的截止日期字段中为我工作的代码:addToTime(outputs('Get_response_details')?['body/GUIDHERE'],12,'Hour','yyyy-MM-ddTHH:mm:ssZ')