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.

Report
All responses (
Answers (