Note: be sure to set the Title Field to not required or add some text and set at least one entry of the Startdate to today´s date (we´ll need that to test the Flow later on.)
{SharepointColumnNameforStartdate} eq ' {expression '
utcNow('yyyy-MM-dd')
{ "automaticRepliesSetting": { "status": "Scheduled", "scheduledStartDateTime": { "dateTime": "2019-11-22T18:00:00.0000000", "timeZone": "UTC" }, "scheduledEndDateTime": { "dateTime": "2019-11-28T18:00:00.0000000", "timeZone": "UTC" }, "internalReplyMessage": "<html>\n<body>\n<p>I'm out of office from Dynamic Content for Startdate from Get Items Action to Dynamic Content for Startdate from Get Items Action <br>\n</p></body>\n</html>\n", "externalReplyMessage": "<html>\n<body>\n<p>I'm at the Contoso worldwide reunion and will respond to your message as soon as I return.<br>\n</p></body>\n</html>\n" }}
{
"automaticRepliesSetting": {
"status": "Scheduled",
"scheduledStartDateTime": {
"dateTime": "2019-11-22T18:00:00.0000000",
"timeZone": "UTC"
},
"scheduledEndDateTime": {
"dateTime": "2019-11-28T18:00:00.0000000",
"internalReplyMessage": "<html>\n<body>\n<p>I'm out of office from
Dynamic Content for Startdate from Get Items Action to Dynamic Content for Startdate from Get Items Action
<br>\n</p></body>\n</html>\n",
"externalReplyMessage": "<html>\n<body>\n<p>I'm at the Contoso worldwide reunion and will respond to your message as soon as I return.<br>\n</p></body>\n</html>\n"
}