I'm working within a ForAll, and Attempting to UpdateIF, however in the UpdateIf Statement, I don't have Access to "ThisRecord.EmailAddress" from the ForAll. Is there a way to reference ThisRecord in the Nested UpdateIf?
ForAll(Collection1,
If(CountRows(UpdateIf('SharePointList',StartDate = StartDate1,
{Title: Office365Users.UserProfile(ThisRecord.EmailAddress).Mail})) > 0,"Exist","Doesn't Exist");

Report
All responses (
Answers (