Forms Personalization
I have a forms personalization on the Project Task Form to default the value of an attribute1, attribute1 in this case. There are 2 branches of logic.
- If missing data - Default to a specific value
- If data found - Derive based on the data
I also have attribute2 configured as a Required DFF with a default value which the user can change as needed.
Here is my problem, when condition #1 is met, attribute1 will default to a specific value, but at same time, my default from the DFF setup for attribute2 is removed, so my user gets a message advising to enter a value into attribute2.