Could use some help with creating a Temporary Collection.
The following statement is used to create the collection with empty cells:
NewForm(frm_Master);ClearCollect(RequestCollection, {LineDate: "", LineLocation: "", LinePerDiemDate: 0, LineNotes: "", LineTravelDay: "", LineReimbursement: 0, LineHousing: "", LineCar: ""});Navigate(NewRequest,ScreenTransition.Fade)
What I am not sure of are items like the LineDate and Yes/No choices.
Also, when creatng the Vertical Gallery,, do I use the Date Picker or Text Input? If the Date Picker, how do I reference it to the LineDate in the Collection? Same with the Yes/No columns.
In my Dataverse Table, Date is set as a Date Picker, and three other columns are set as Yes or No.