Hi Folks,
Quick question regarding PowerApps Component Framework. Is there a way to prevent save a parent form if there is any error occurred in PCF?
The scenario I have is, my custom control generates random string as encryption key based on the input length provided in the configuration input. Since, its a key, space characters are not allowed hence, my control throws an error. However, that error is part of PCF life cycle and not been reported back to the form execution. Hence, the form is still allowed to save unless I inject a JS on form events.
Any help is appreciated.
Cheers
Jai