Hi everyone,
I am new in using power apps and i am trying to integrate Office 365 To-Do application. I have a set of field that would let the user input a subject, body and assigned person. How do I pass the values from the screen to the To-Do application?
Set(varBody,Value(Log_ActionItem.Text));
Set(varDueDate,Value(Log_Deadline.SelectedDate));
Set(varAssignee,"email@sample.com");
'MicrosoftTo-Do(Business)'.CreateToDo(Log_ActionSubject.Text,{Body:varBody,DueDateTime:varDueDate,folderId:"To-do list",assignedTo:varAssignee});
Errors:
Invalid argument. Expecting a Record value instead.
No parameter. This function has no optional parameter named 'assignedTo'
Solved! Go to Solution.
Hi @escimorales
Could you please reference this?
https://www.carlosag.net/PowerApps/Connectors/Microsoft-To-Do-(Business)
Best Regards.
Yumia
Hi @escimorales
Could you please reference this?
https://www.carlosag.net/PowerApps/Connectors/Microsoft-To-Do-(Business)
Best Regards.
Yumia
User | Count |
---|---|
137 | |
135 | |
78 | |
72 | |
69 |
User | Count |
---|---|
222 | |
137 | |
78 | |
60 | |
55 |