Hi Team,
I have two dropdowns, the user should not select the same value in two dropdowns and show a error to user showing two values should not be same.
Hi Team,
I have two dropdowns, the user should not select the same value in two dropdowns and show a error to user showing two values should not be same.
@Satya K
1)Add post-value on both the dropdowns
2)On the second dropdown, you can write a DT and compare the values and use the pxAddMessages function to add the error message when the values are same
Hi @Satya K ,
We can address this requirement using several approaches. One option is to create a validation rule that compares two values, as demonstrated below:
Configure this validate rule in flow action action tab or in activity
Regards,
Mohd Qizer Uddin