So guys, i created an app for checklist audit.
Basically, we have some comboboxes for select:
Based on the first combobox, if select = "something" load specific gallery with questions:
The question is, how i can collect all fields in this gallery to patch after in sharepoint?+
In gallery i have one combobox, 3 possibilitys of photos and 3 checkboxes for each row to collect.
I'm using this function right now:
ForAll(
Gallery1Quest_1.AllItems;
Collect(
colAuditoriav3;
{
cResponsavel: cbResponsavel.Selected;
cOK: Checkbox1_15.Value; > This rows in red represents the fields of gallery, with this right now i can't take all results
cNOK: Checkbox1_16.Value;
cNA: Checkbox1_17.Value;
cQuestionariov2: cbQuestionario_1.Selected;
cData: DatePicker1_2.SelectedDate;
cArea: cbArea_1.Selected;
cAuditor: cbAuditorv2_1.Selected;
Comentario: TextInput4_1.Text
}
)
) ;;
Observations:
*In gallery i'm using a collection to show this questions, the other fields are not using in this collection
*After load questions of sharepoint to collection, the app becomes offline.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
162 | |
91 | |
67 | |
63 | |
63 |
User | Count |
---|---|
216 | |
158 | |
96 | |
86 | |
79 |