Question
2
Replies
2390
Views
Evoke Technologies Private Limited
Posted: October 3, 2018
Last activity: October 3, 2018
Error handling in a data transform
I have a requirement where user selects a record from an autocomplete and adds it to another list. But, if the user tries to add the same record into the new list twice, it should not add it to the list and also throw and error flag. Can anyone help me out with this?
Hello,
I think you should be able to loop on your list and check with a WHEN rule if the value already exist. Maybe an activity will be best to set error messages if needed.