Microsoft Flow connection向Microsoft To Do/Outlook任务发出Trello

Microsoft Flow connection向Microsoft To Do/Outlook任务发出Trello,outlook,trello,power-automate,trello-powerup,Outlook,Trello,Power Automate,Trello Powerup,你能帮我-怎么解决 我尝试将Trello任务创建连接到Microsoft,但每次收到问题时,请参见以下内容: { "error": { "code": "RequestBodyRead", "message": "A null value was found for the property named 'DateTime', which has the expected type 'Microsoft.OutlookServices.DateTime[Nullable=Fa

你能帮我-怎么解决

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

{
  "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"
    }
  }
}

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

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