Microsoft Flow连接问题Trello与Microsoft待办事宜/ Outlook任务

时间:2018-05-01 10:38:15

标签: outlook trello microsoft-flow trello-powerup

你能帮助我 - 如何解决?

我尝试将Flow my Trello任务创建连接到Microsoft To Do,但每次收到问题时,请参阅以下内容:

{
  "error": {
    "code": "RequestBodyRead",
    "message": "A null value was found for the property named 'DateTime', which has the expected type 'Microsoft.OutlookServices.DateTime[Nullable=False]'. The expected type 'Microsoft.OutlookServices.DateTime[Nullable=False]' does not allow null values.",
    "innerError": {
      "request-id": "cc1d5dae-def6-4d3e-8f1b-b09ac6883bc5",
      "date": "2018-05-01T10:33:38"
    }
  }
}

1 个答案:

答案 0 :(得分:0)

是的Outlook任务连接器需要截止日期。 我在截止日期字段中使用此表达式自动分配截止日期7天

if(equals(triggerBody()?['due'], null),addDays(utcNow(),7),triggerBody()?['due'])