Dear All,
I would like to create a new variable. I tried to code it but unfortunately failed.
Set(
AssignToMentor,
Planner.CreateTask(
SelectedPlan.id,
TaskText_1.Selected.Title,
{dueDateTime:DueDatePicker_1.SelectedDate,
assignments: AssignToMentor.id
)
)
Can you help me?
Solved! Go to Solution.
Hello @akosbanar ,
In case the parameter values are correct, i believe that you may be receiving a syntax error because it seems you are not closing the "{" that you are opening on the dueDateTime:
If it is not due to that, please share the actual error message you are receiving and check if the parameters are populated according the documentation:
https://docs.microsoft.com/en-us/connectors/planner/#create-a-task
Best regards,
Tiago Ribeiro | Power Platform Support Engineer
Hello @akosbanar ,
In case the parameter values are correct, i believe that you may be receiving a syntax error because it seems you are not closing the "{" that you are opening on the dueDateTime:
If it is not due to that, please share the actual error message you are receiving and check if the parameters are populated according the documentation:
https://docs.microsoft.com/en-us/connectors/planner/#create-a-task
Best regards,
Tiago Ribeiro | Power Platform Support Engineer
User | Count |
---|---|
253 | |
106 | |
94 | |
50 | |
39 |