Is there a way to Report every time a Custom Form is used and the details within the form?
We use multiple identical forms for Error Reporting.
I can pull a Job report looking for any job that contains the custom error forms, however i need the data to separated based on each single form.
If I pull as a job report and multiple error forms were attached i will still only have 1 line in the report noting the errors.
I need a line in a report for each error.
Examples:
Current:
Job #1234, Error 1 details, Error 2 details
Job #5678, Error 1 details
Job #9876, Error 1 details, Error 2 details
What i need
Job #1234, Error 1 details
Job #1234, Error 2 details
Job #5678, Error 1 details
Job #9876, Error 1 details
Job #9876, Error 2 details
open to other suggestions as well to accomplish something of this nature