Cancel execution of data page from within the data page rule
Hello,
Is there a possibility to somehow cancel data page execution in e.g. Request data transform?
I would like to add some validations into the Request data transform to check if all data is provided correctly, and prevent the REST connector from being invoked and incomplete/wrong data sent to the service.
I know I can validate the data in the rule which is calling the data transform, but there can be multiple such rules, and the data transform has multiple connectors to perform several different actions. And I know I can use a number of data pages - one for each REST connector. But let's focus on my initial question.