Powerapps. We have a ForAll loop not iterating to create different records with Patch function.

M

Matt McKenzie1

// The following code is not working. We are trying to iterate through the sessions, or the sessionids (neither works), and update the join table with a new entry for every different session (but the same person). It iterates the right number of times, but ThisRecord is not updating and is always the first record. ClearCollect(GroupSessions, Filter(Sessions, Group.GroupIdPk = _GroupEditing.GroupIdPk && Status = 'Status (Sessions)'.Active)); ClearCollect(GroupSessionIds, ForAll(Gro

Continue reading...
 
Back
Top Bottom