Hi,
This formula is working correctly.
Filter('Technical Competence Comment', Section.Value = "Section 1" && Question=lbl_Question.Text).CommentIdeas;
But, if "combobox" haven't got a comment, i want to cmb_comment visible is off. how can i write this formula?
If(IsBlank(cmb_Comment), false, true)
And, I want all expressions selected from the cmb_Comment or written to the txt_Comment to be added to lbl.CommentGizli
Thank you