I want to send push notification to all users in collection but getting error.
ForAll(colApproversParallel,
PowerAppsNotification.SendPushNotification({
recipients:[ThisRecord.Email],
message:"Disposal Pending Approval - " & varRequest.Title,
openApp:true
}));
my collection

Error
