Hi guys hope someone can help. I have created a flow that takes the information from MS Planner when a Task is created and updates it with a timestamp ID then creates a row in an Excel Table and then sends an email with a PDF that has all the information of the Task with in it.
The issue I am facing is when another staff member creates a task it errors when it gets to Due Date InvalidExpressionActionInputs. Evaluation of inputs for the expression action of kind 'ConvertTimeZone' failed: 'Required property 'baseTime' expects a value but got null. Path ''.'.
INPUTS
Inputs
{ "baseTime": null, "formatString": "D", "sourceTimeZone": "E. Australia Standard Time", "destinationTimeZone": "E. Australia Standard Time" }
Solved! Go to Solution.
Hi @Fusion ,
I am able to reproduce a similar issue on my side. The reason for the issue is that creating a task in the Planner Task does not set a Due Date, so Base time is a null.
Please make sure to set Due Date when creating the task, otherwise value Due Date Time will be a null and Convert Time zone action will not be executed successfully.
Or you could consider configuring a Condition to exclude tasks whose Due Date is null.
Hope it helps.
Best Regards,
Hi @Fusion ,
I am able to reproduce a similar issue on my side. The reason for the issue is that creating a task in the Planner Task does not set a Due Date, so Base time is a null.
Please make sure to set Due Date when creating the task, otherwise value Due Date Time will be a null and Convert Time zone action will not be executed successfully.
Or you could consider configuring a Condition to exclude tasks whose Due Date is null.
Hope it helps.
Best Regards,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
41 | |
36 | |
36 | |
22 |
User | Count |
---|---|
40 | |
36 | |
28 | |
27 | |
27 |