Conditional formatting of fields on form when creating a new object

Hello,

We have a task object with two different types (in person or virtual). A task has property task type, and property task location. If a task type is “in person”, then there should be a drop down to select the task location. If a task type is “virtual” then task location remains null and no dropdown should show. Is there any way to implement this on the form for the create new task object action so the location property dropdown only shows if “in person” is selected?

Thank you,

Nicole

Hey Nicole!

Your desired behavior can be achieved using parameter visibility overrides. You should navigate to your “task location” parameter’s configuration and click the “add override” option under “Visibility”:

Here, you can set up conditions for when the parameter should be visible or hidden.

You should choose the “Based on parameter” condition type, and here you can declare the “if [task type] is ‘virtual’, then is Hidden”.

Let me know if you run into any issues.