Form Exception

HTML error

I am getting this exception when I runned for the third time

CEF can only be initialized once per process. This is a limitation of the underlying CEF/Chromium framework.

what this means

Hi @KarthikBallary,

I see an answer was never posted to your question, so I will provide one.

Your first error message appears when the Create Form is either uninitialized (no form defined) or the Do sequence is empty.

The second exception seems to be the nested exception’s details.

The Create Form activity needs to have the form designed, and then the Do sequence needs to contain at least 1 activity. Even a comment or Log Message is sufficient.

image

Thanks