Share Point: Reveal a field in a form if either of a selection is chosen

Lorne Andersen 241 Reputation points
2022-01-20T14:37:13.233+00:00

Hi,

I have three selections and would like to reveal the field if either one of the top two are chosen. I do have the JSON formula placed into the custom formula section but can only chose one selection. How do I change the formula to accept either of the two selections?

166834-image.png

166830-image.png

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,411 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yi Lu_MSFT 17,451 Reputation points
    2022-01-21T06:12:10.387+00:00

    Hi @Lorne Andersen
    You could use the formula like this:

    =if([$problem] == 'Internal Complaint'||[$problem] == 'Custom Complaint', 'true', 'false')  
    

    As a result, when you choose "Internal Complaint" or "Custom Complaint", you will get "problem apartment":

    167039-image.png

    167049-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful