Forum Discussion
sb_hog
Nov 02, 2023Copper Contributor
Update Taskdescription via VBA - Error -2147483638 - the data required for this operation are not ye
Hello! I develop an integration of planner tasks into an internal access database and there I will create a task with a important description. The creation works fine, but when I update the t...
- Nov 07, 2023I found the solution.....very strange.
All my procedures did not have the same way of thinking. Two of them work asynchronously and one works synchronously. After I adjusted it, it works fine
Thanks also to this post that helped me: https://stackoverflow.com/questions/38057181/the-data-necessary-to-complete-this-operation-is-not-yet-available-vba-runtime-e
sb_hog
Nov 07, 2023Copper Contributor
Updates;
I have change my process. In my first version I tried to create description at the same time as I create the task (not in same procedure, but when I get GraphApi.Status = 204 then I try to create the description).
Now I have split this into three separate procedures.
First: create a Task in Planner (Works fine)
Second: get the ETag from TaskDetails (Works fine)
Third: Create TaskDescription (Get the sam error as top I wrote)
I have change my process. In my first version I tried to create description at the same time as I create the task (not in same procedure, but when I get GraphApi.Status = 204 then I try to create the description).
Now I have split this into three separate procedures.
First: create a Task in Planner (Works fine)
Second: get the ETag from TaskDetails (Works fine)
Third: Create TaskDescription (Get the sam error as top I wrote)
sb_hog
Nov 07, 2023Copper Contributor
I found the solution.....very strange.
All my procedures did not have the same way of thinking. Two of them work asynchronously and one works synchronously. After I adjusted it, it works fine
Thanks also to this post that helped me: https://stackoverflow.com/questions/38057181/the-data-necessary-to-complete-this-operation-is-not-yet-available-vba-runtime-e
All my procedures did not have the same way of thinking. Two of them work asynchronously and one works synchronously. After I adjusted it, it works fine
Thanks also to this post that helped me: https://stackoverflow.com/questions/38057181/the-data-necessary-to-complete-this-operation-is-not-yet-available-vba-runtime-e