Share via

MS Planner produces different outputs to 'description' field randomly

Minna T 0 Reputation points
2026-06-03T12:06:54.83+00:00

Hi,
We have a basic Planner and we have taken the Task's description field into use for logging in planned hours, current/completed hours and a description. The filling rule is that on the first row the user writes hours s/he plans on spending on the task, on the second row the user fills out currently spent hours (or if task is finished, completed hours) and the third row is for textual description. E.g.
10,5
9
This is my task description
User's image

Then we have a robot which fetches the data and saves these three values on separate columns in excel. When a user changes something in the field (e.g. adds more spent hours on the second row), robot fetches the new modified information.

But it seems that we end up having two different outputs from Planner:
body...
"description"10,5\r\n9\r\nThis is my task description

and randomly:
body...
"description"10,59\r\nThis is my task description

So in the latter case, our robot does not know how to separate the numbers from the first and the second row.

What is the reason for the different descriptions? We are unable to find any logic when to get the erroneous value and when not.
We have tested using Planner in browser and Planner in Teams, they are not the culprits.

Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Liora D 15,970 Reputation points Microsoft External Staff Moderator
    2026-06-03T13:38:54.6766667+00:00

    Dear @Minna T,

    I hope you’re having a good day.

    Thank you for reaching out and for the detailed explanation of your scenario, it’s very helpful to understand how you are structuring and processing the Planner Description field.

    I’ve set up a similar test environment on my side using Planner tasks and attempted to reproduce your scenario. However, I was not able to consistently reproduce the same multi-line behavior as shown in your example.

    To better understand what might be different in your environment and investigate this further, could you please share a few more details? It would be especially helpful to see:

    • The exact steps you follow when entering or updating the Description field
    • A screenshot showing how the Description appears in Planner
    • A screenshot or sample output from your robot showing both a “correct” and an “incorrect” case

    These details will help determine whether the behavior is influenced by how the content is being entered, rendered, or retrieved.

    Additionally, if possible, you might try checking the same task’s Description directly via the Planner API (task details endpoint) at the time the issue occurs, to confirm whether the merged value is already present in the source data or introduced later in the process.

    Thanks again for your time and cooperation, I look forward to your update.

    Please understand that our initial response does not always resolve the issue immediately. However, with your help and more detailed information, we can work together to find a solution.  

    Warm regards, 


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".    

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.   

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.