You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't save a survey if you've opened user targeting but not set any properties inside it. Clicking the save button doesn't do anything because of a hidden validation error.
Use case: I wanted to target users, but realized I needed to create a cohort first. So I wanted to save my work, go to another section, then come back.
First, I looked for a trash can icon to remove the first user property I didn't complete. (This should exist.) After not finding this, I clicked the Remove all user properties button.
The default state for the rollout form has no value set. (We should default this to something!) As a result of no value being set and this form now hidden (since I removed user properties), the page can't be submitted due to the validation error.
There are several things we could/should change here:
Default roll out to... to some default value (don't show error message by default)
If above is done, this should solve the original issue. If we don't do this, the user property should actually be destroyed, not just hidden from the UI
Add option to remove an individual user property (trash can icon next to duplicate icon)
Debug info
- [X] PostHog Cloud
The text was updated successfully, but these errors were encountered:
Bug Description
Bug description
Can't save a survey if you've opened user targeting but not set any properties inside it. Clicking the save button doesn't do anything because of a hidden validation error.
Use case: I wanted to target users, but realized I needed to create a cohort first. So I wanted to save my work, go to another section, then come back.
First, I looked for a trash can icon to remove the first user property I didn't complete. (This should exist.) After not finding this, I clicked the Remove all user properties button.
The default state for the rollout form has no value set. (We should default this to something!) As a result of no value being set and this form now hidden (since I removed user properties), the page can't be submitted due to the validation error.
Loom demo
How to reproduce
Additional context
There are several things we could/should change here:
Debug info
The text was updated successfully, but these errors were encountered: