Hi!
I need to get alla forms in the system created by a specific user.
Right now I am using "IFormRepository" and getting all the forms with "GetFormsInfo()", this returns all the forms in the system but I need all forms created by a specific user.
Is there a way to do this?
The data returned by "GetFormsInfo()" does not contain any info about which user created the form.