Hello,
I'm trying to create an internal refresh in my app to update the gallery items that are connected to a task list from MS planner after creating a new task but it seems to not work properly.
Right now the code is:
If(Checkbox.Text = "true", Planner.UpdateTask(Gallery.Selected.id,{percentComplete:"Completed"}));
NOTE: The function refresh doesn't work for a planner database as it works for other database types.
Could someone please help me?