Forum Discussion
Ability to change the description info of a text box within SharePoint Online
- Nov 23, 2023
rmckerral If you are talking about the column description under column settings (like given in below), it is not possible to change the description dynamically based on value of another column as it is just a static & plain text description:
Possible Workarounds:
- Use JSON formatting to customize the list form header/footer to show the dynamic description, not possible below actual form field as form body does not support advanced customizations like header/footer. Check documentation: Configure the SharePoint list form
- Customize the list form using Power Apps and use Power Apps functions/formula to show the dynamic description in "label" control. Check: Customize a Microsoft Lists or SharePoint form by using Power Apps
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.
rmckerral If you are talking about the column description under column settings (like given in below), it is not possible to change the description dynamically based on value of another column as it is just a static & plain text description:
Possible Workarounds:
- Use JSON formatting to customize the list form header/footer to show the dynamic description, not possible below actual form field as form body does not support advanced customizations like header/footer. Check documentation: Configure the SharePoint list form
- Customize the list form using Power Apps and use Power Apps functions/formula to show the dynamic description in "label" control. Check: Customize a Microsoft Lists or SharePoint form by using Power Apps
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.
- rmckerralNov 25, 2023Copper Contributor
thank you for the info