Hi Community,
I'm building an inspection app and struggling with the "Send Audit" button to be visible only when all answers are provided.

Above the button is a gallery filtered with AuditID.

Empty answer highlighted.
I tried to check the SharePoint list for empty rows as well as the gallery but no luck.
If(IsEmpty(AuditsQuestions.Answer), false, true)
If(IsEmpty(Filter(AuditsQuestions, varRecord.ID = AuditID)), false, true)
I tried using isBlank but as I said, no success.
Any ideas?
Thank you.
Regards
Slawek