Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

How can we make a column mandatory when taking as input using Advance Input.

In my table of ~30 columns, I want to capture "Rejection Reason:" when a user click on "Reject" action. 

The field is not mandatory at all, but is mandatory on when taking this input. How can this be achieved?

Solved Solved
0 1 53
1 ACCEPTED SOLUTION

The only way I can think of doing this is

  • you have a "status" field,
  • an action - set the values of some columns - sets this status field to "REJECTED" as well as Rejection Reason to INPUT("Rejection Reason","")
  • put an expression [status]="REJECTED" to the required-if property of Rejection Reason

 

View solution in original post

1 REPLY 1

The only way I can think of doing this is

  • you have a "status" field,
  • an action - set the values of some columns - sets this status field to "REJECTED" as well as Rejection Reason to INPUT("Rejection Reason","")
  • put an expression [status]="REJECTED" to the required-if property of Rejection Reason

 

Top Labels in this Space