Hi,
I have created dependent drop down list line item. . See below example data entered by user. Activity is based on Project.
Activity Project
Activity A Project A
Activity A Project A
Later user changed Activity value to Activity B and forgot to change the related Project. But Project is still having value based on previous Activity A.
Activity Project
Activity B Project A
Activity A Project A
I have tried by creating an action which clears Project line item.
- Created two line items called "Blank Project" with same format as Project and kept it as blank(means without selecting anything from drop down)
- Created a saved view with this line item and imported to original line item.
- The original line item is getting cleared but I am getting below error.
When I run that action it is throwing an error like "List item doesn't exist" as blank is not present in the list
Is there any solution for this, if yes please help me.