Have Original Start date & Original End date boxes show up on the form when value under Request Type = new recruit on a SP list

Harry N Nomikos 1,246 Reputation points
2022-05-02T00:48:43.02+00:00

Hi Team

Is it possible to have an IF condition built in where a value under Request Type equals "New Recruit" and for it to show Original Start & Original End date boxes on the form?

Currently, the Original Start & Original End date boxes are hidden in the form, I only want them to show when Request Type equals "New Recruit"

198046-image.png

I was wanting to enter formula under the Condition Formula box as shown below;
198047-image.png

I don't have access to power apps or work flows so hopefully there's a work around.

Cheers,
Harry

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

Accepted answer
  1. Emily Du-MSFT 41,691 Reputation points Microsoft Vendor
    2022-05-02T07:01:00.2+00:00

    @Harry N Nomikos

    Please use following formula in the both Original Start date column and Original End date column condition.

    =if([$RequestType]=='New Recruit', true, false)


    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 comments No comments

0 additional answers

Sort by: Most helpful