1

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?

Jim W
  • 11
  • 1
  • 2

3 Answers3

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