Forum Discussion
vincetaylor70
Jul 31, 2022Copper Contributor
Send e-mail when ownership is assigned not listing IDs
I have a SharePoint site whereby whenever a user is assigned an item, they get a notification. This is done by going to "List Settings" --> "Advanced Settings" --> "Send e-mail when ownership is a...
vincetaylor70
Aug 01, 2022Copper Contributor
I added a custom column but the new custom column is not appearing in the e-mail. Any idea why ?
ganeshsanap
Aug 02, 2022MVP
vincetaylor70 Can you confirm, are you using a list created using classic "Tasks" list template?
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- vincetaylor70Aug 03, 2022Copper ContributorHi ganeshsanap
This is an Issue Tracking List- ganeshsanapAug 03, 2022MVP
vincetaylor70 It works for me with Issue Tracking list as well:
Try this:
- Create one more list on same site with Issue tracking list template (for testing)
- Create one column "CustomID"
- Create one item in the list
- Check if you get the email with CustomID.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- vincetaylor70Aug 08, 2022Copper Contributor
When I added a number column and a "Single Line of Text" column, they both appeared in the e-mail template.
But as soon as I added the code below to the column formatting section, both fields were removed from the email{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "div", "txtContent": "[$ID]" }
Are you using the same code?
If not then what are you using ?