
Announcements
ForAll(Gallery.AllItems,
If(!IsBlank(ThisRecord.NameField.Text) And !IsBlank(ThisRecord.NextField.Text And !IsBlank(ThisRecord.NextField.Text),
Collect(MyCollection,
{
Name: ThisRecord.NameField.Text,
Other: Thisrecord.OtherField.Text,
OtherOther: ThisRecord.OtherOtherField.Text
{
)
);
Technically you don't need to quality the ThisRecord in the Collect.