web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / ThisRecord.Value makes...
Power Apps
Unanswered

ThisRecord.Value makes an error inside a IF sentence

(0) ShareShare
ReportReport
Posted on by 565
Hi,
 
I have these set of data:
 
 
And for example, this formula to create colUsers collection works:
 
 
ClearCollect(colUsers , AddColumns(colUniqueRequests, Country, Office365Users.UserProfileV2(ThisRecord.Value).country , Name,
 
Office365Users.UserProfileV2(ThisRecord.Value).displayName));
 
 
 
But, If instead of looking the country with Office365Users.UserProfileV2(ThisRecord.Value).country
 
I need first to check if there is a record for this email in the Holiday_Employees table, so I write:
 
 
 
ClearCollect(colUsers , AddColumns(colUniqueRequests, Country, If(!IsBlank(LookUp(Holiday_Employees, Email=ThisRecord.Value).Country.Name), LookUp(Holiday_Employees, Email=ThisRecord.Value).Country.Name, Office365Users.UserProfileV2(ThisRecord.Value).country) , Name,
 
Office365Users.UserProfileV2(ThisRecord.Value).displayName));
 
 
 
And here, the ThisRecord.Value makes an error inside the IF sentence.
 
 
 
 
 
 
I do not know how to fix that.
 
Thanks for any help!
Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 483

#2
WarrenBelz Profile Picture

WarrenBelz 399 Most Valuable Professional

#3
11manish Profile Picture

11manish 327

Last 30 days Overall leaderboard