Hello,
I have an app with a titlefield, a gallery and two buttons (save, load).
When I want to load the listdata (depending on the titlefield) I use following code:
Clearcollect(HoursCollection; Showcolumns(Filter(SPlistHours; Title = AppTitle.Text); "Title"; "Hours")
In the Collection I already have the columns 'ColTitle' and 'ColHours'. So I want to load the Title and hours in those existing columns.
How can I do that?