All,
I am new to power apps and appreciate if someone can help with this.
I have a gallery with some checkboxes on it.
I need to know which check boxes are selected before I do the patch. I need to send an email and put selected checkboxes in the email body.
is there a way to see which check box is selected?
Thanks in advance,
ForAll( (Filter( Gallery_M.AllItems, CheckboxTask.Value = true )), Patch( ChkList_TaskList, Defaults(ChkList_TaskList), {ParentID: Parent_ID_debug_M.Text}, {Title: CheckboxTask.Text}, {SubmitedBy: User().FullName}, {Description: LabelDesc.Text}, {ITSM_Ticket: InputITSM.Text}, {DayToBeVerified: dayOfWeek}, {Created_Text: Text_Date}, {Morning_Evening: "M"} ) );
Solved! Go to Solution.
This solved my problem of how to get the values of the items selected in my gallery to display in a label. Thank you so much.
The attributes are FasleText and TrueText. Accepts a STRING
User | Count |
---|---|
256 | |
111 | |
95 | |
48 | |
40 |