Is there a way to have a Conditional Column with Multi-Line Text that will only show up in the list if a certain status is selected?
Asked
Active
Viewed 4,723 times
1
-
This is not possible using OOTB features. – May 02 '19 at 16:35
3 Answers
0
I do not personally know how to accomplish this task BUT I did find the following links from past posts that could assist:
SPD 2010: Can fields be hidden by Conditional Formatting on NewForm?
This one may also help out :)
SharePoint designer conditional formatting to hide column
And a third. Hide fields on sharepoint custom list form, No code
I am quite new to the SharePoint SE as well but... Welcome!
Mumford451
- 193
- 12
0
The only OOTB way that I know of to do this is to have to create a list content type for each of your status values, and include the column in only one of the content types.
Brian M
- 11
- 1
0
You can try this:
Create a flow in Power Automate by applying a condition on the trigger, if the condition is satisfied then fill the column.
bAbdenour
- 164
- 1
- 1
- 9