I have a requirement where before submitting the form (without clicking submit ), it should call the integration and validate the entered text , if incorrect data is present then throw validation on UI . Is it possible to call the integration with in interface?
Discussion posts and replies are publicly visible
Yes, you can call your integration in a local variable using the rule! domain.
if the integration throws then it should display error on UI as validation message, the doubt is if the validation errors are present on form then we can't submit the form ,right?how to edit the incorrect data and then submit the form
ZAINAB said:how to edit the incorrect data and then submit the form
the user would need to edit the incorrect data, and the validation would run again....