1

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

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

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

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

4

1 回答 1

0

这篇文章向我展示了原因并提供了一些解决方案。 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')

于 2022-01-13T21:38:29.107 回答