Re: Microsoft List to auto populate Task in Teams?
Hi @Anonymous
I’ve tried to use the template ‘Create a new Planner task for each new SharePoint item and post to Teams’, and my test result is successful.
I think the error of your flow comes from column field names.
If you want to use the dynamic content like ‘Name’ for sharepoint and ‘Description’ for sharepoint, then you will need to ensure that the two column field names exist in your sharepoint list.
If your list doesn’t have two columns whose field names are ‘Title’ and ‘Description’, then you will need to change the two dynamic content as:
TriggerBody()?[‘column field name’]
In the template:
The dynamic content ‘Name’ for sharepoint is (the same logic applies to the dynamic content ‘Description’):

And you can see the column field name of the dynamic content ‘Name’ is ‘Title’.
You can find column field name in the URL of the column as below:

If you still have the problem, please feel free to let me know. And could you please take a screenshot of your error details and your flow?
Best Regards,
Community Support Team _ Kira Xie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.