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?
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”: