Hi, @Vaishnav_Tej
You can create a variable of type BusinessRuleException : BusinessMessage
Then replace through with a assign activity as BusinessMessage=New BusinessRuleException(“YourBusinessRuleExceptionMessage”)
When all field filling is completed then you can use if activity to check BusinessMessage as follows
if :
BusinessMessage isNot Nothoing
then :
Use throw activity as with BusinessMessage as input to throw.
Thanks & Regards,
Dibyaprakash
You can mark this as solution if this one resolves your issue.